type google.golang.org/protobuf/types/known/wrapperspb.StringValue
13 uses
google.golang.org/protobuf/types/known/wrapperspb (current package)
wrappers.pb.go#L448: type StringValue struct {
wrappers.pb.go#L458: func String(v string) *StringValue {
wrappers.pb.go#L459: return &StringValue{Value: v}
wrappers.pb.go#L462: func (x *StringValue) Reset() {
wrappers.pb.go#L463: *x = StringValue{}
wrappers.pb.go#L471: func (x *StringValue) String() string {
wrappers.pb.go#L475: func (*StringValue) ProtoMessage() {}
wrappers.pb.go#L477: func (x *StringValue) ProtoReflect() protoreflect.Message {
wrappers.pb.go#L490: func (*StringValue) Descriptor() ([]byte, []int) {
wrappers.pb.go#L494: func (x *StringValue) GetValue() string {
wrappers.pb.go#L615: (*StringValue)(nil), // 7: google.protobuf.StringValue
wrappers.pb.go#L717: switch v := v.(*StringValue); i {
github.com/golang/protobuf/ptypes/wrappers
wrappers.pb.go#L22: type StringValue = wrapperspb.StringValue
![]() |
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. |