type google.golang.org/protobuf/types/known/wrapperspb.BytesValue
13 uses
google.golang.org/protobuf/types/known/wrapperspb (current package)
wrappers.pb.go#L504: type BytesValue struct {
wrappers.pb.go#L514: func Bytes(v []byte) *BytesValue {
wrappers.pb.go#L515: return &BytesValue{Value: v}
wrappers.pb.go#L518: func (x *BytesValue) Reset() {
wrappers.pb.go#L519: *x = BytesValue{}
wrappers.pb.go#L527: func (x *BytesValue) String() string {
wrappers.pb.go#L531: func (*BytesValue) ProtoMessage() {}
wrappers.pb.go#L533: func (x *BytesValue) ProtoReflect() protoreflect.Message {
wrappers.pb.go#L546: func (*BytesValue) Descriptor() ([]byte, []int) {
wrappers.pb.go#L550: func (x *BytesValue) GetValue() []byte {
wrappers.pb.go#L616: (*BytesValue)(nil), // 8: google.protobuf.BytesValue
wrappers.pb.go#L729: switch v := v.(*BytesValue); i {
github.com/golang/protobuf/ptypes/wrappers
wrappers.pb.go#L23: type BytesValue = wrapperspb.BytesValue
![]() |
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. |