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}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |