type github.com/golang/protobuf/ptypes/struct.Struct

5 uses

	github.com/golang/protobuf/ptypes/struct (current package)
		struct.pb.go#L22: type Struct = structpb.Struct

	cloud.google.com/go/logging
		logging.go#L710: func toProtoStruct(v interface{}) (*structpb.Struct, error) {
		logging.go#L712: 	if s, ok := v.(*structpb.Struct); ok {
		logging.go#L737: func jsonMapToProtoStruct(m map[string]interface{}) *structpb.Struct {
		logging.go#L742: 	return &structpb.Struct{Fields: fields}