Documentation ¶
Overview ¶
Package commonpb is a generated protocol buffer package.
It is generated from these files:
github.com/m3db/m3/src/cluster/generated/proto/commonpb/common.proto
It has these top-level messages:
BoolProto Float64Proto Int64Proto StringArrayProto StringProto
Index ¶
- Variables
- type BoolProto
- func (*BoolProto) Descriptor() ([]byte, []int)
- func (m *BoolProto) GetValue() bool
- func (m *BoolProto) Marshal() (dAtA []byte, err error)
- func (m *BoolProto) MarshalTo(dAtA []byte) (int, error)
- func (*BoolProto) ProtoMessage()
- func (m *BoolProto) Reset()
- func (m *BoolProto) Size() (n int)
- func (m *BoolProto) String() string
- func (m *BoolProto) Unmarshal(dAtA []byte) error
- type Float64Proto
- func (*Float64Proto) Descriptor() ([]byte, []int)
- func (m *Float64Proto) GetValue() float64
- func (m *Float64Proto) Marshal() (dAtA []byte, err error)
- func (m *Float64Proto) MarshalTo(dAtA []byte) (int, error)
- func (*Float64Proto) ProtoMessage()
- func (m *Float64Proto) Reset()
- func (m *Float64Proto) Size() (n int)
- func (m *Float64Proto) String() string
- func (m *Float64Proto) Unmarshal(dAtA []byte) error
- type Int64Proto
- func (*Int64Proto) Descriptor() ([]byte, []int)
- func (m *Int64Proto) GetValue() int64
- func (m *Int64Proto) Marshal() (dAtA []byte, err error)
- func (m *Int64Proto) MarshalTo(dAtA []byte) (int, error)
- func (*Int64Proto) ProtoMessage()
- func (m *Int64Proto) Reset()
- func (m *Int64Proto) Size() (n int)
- func (m *Int64Proto) String() string
- func (m *Int64Proto) Unmarshal(dAtA []byte) error
- type StringArrayProto
- func (*StringArrayProto) Descriptor() ([]byte, []int)
- func (m *StringArrayProto) GetValues() []string
- func (m *StringArrayProto) Marshal() (dAtA []byte, err error)
- func (m *StringArrayProto) MarshalTo(dAtA []byte) (int, error)
- func (*StringArrayProto) ProtoMessage()
- func (m *StringArrayProto) Reset()
- func (m *StringArrayProto) Size() (n int)
- func (m *StringArrayProto) String() string
- func (m *StringArrayProto) Unmarshal(dAtA []byte) error
- type StringProto
- func (*StringProto) Descriptor() ([]byte, []int)
- func (m *StringProto) GetValue() string
- func (m *StringProto) Marshal() (dAtA []byte, err error)
- func (m *StringProto) MarshalTo(dAtA []byte) (int, error)
- func (*StringProto) ProtoMessage()
- func (m *StringProto) Reset()
- func (m *StringProto) Size() (n int)
- func (m *StringProto) String() string
- func (m *StringProto) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthCommon = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCommon = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type BoolProto ¶
type BoolProto struct {
Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (*BoolProto) Descriptor ¶
func (*BoolProto) ProtoMessage ¶
func (*BoolProto) ProtoMessage()
type Float64Proto ¶
type Float64Proto struct {
Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (*Float64Proto) Descriptor ¶
func (*Float64Proto) Descriptor() ([]byte, []int)
func (*Float64Proto) GetValue ¶
func (m *Float64Proto) GetValue() float64
func (*Float64Proto) Marshal ¶
func (m *Float64Proto) Marshal() (dAtA []byte, err error)
func (*Float64Proto) ProtoMessage ¶
func (*Float64Proto) ProtoMessage()
func (*Float64Proto) Reset ¶
func (m *Float64Proto) Reset()
func (*Float64Proto) Size ¶
func (m *Float64Proto) Size() (n int)
func (*Float64Proto) String ¶
func (m *Float64Proto) String() string
func (*Float64Proto) Unmarshal ¶
func (m *Float64Proto) Unmarshal(dAtA []byte) error
type Int64Proto ¶
type Int64Proto struct {
Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (*Int64Proto) Descriptor ¶
func (*Int64Proto) Descriptor() ([]byte, []int)
func (*Int64Proto) GetValue ¶
func (m *Int64Proto) GetValue() int64
func (*Int64Proto) Marshal ¶
func (m *Int64Proto) Marshal() (dAtA []byte, err error)
func (*Int64Proto) ProtoMessage ¶
func (*Int64Proto) ProtoMessage()
func (*Int64Proto) Reset ¶
func (m *Int64Proto) Reset()
func (*Int64Proto) Size ¶
func (m *Int64Proto) Size() (n int)
func (*Int64Proto) String ¶
func (m *Int64Proto) String() string
func (*Int64Proto) Unmarshal ¶
func (m *Int64Proto) Unmarshal(dAtA []byte) error
type StringArrayProto ¶
type StringArrayProto struct {
Values []string `protobuf:"bytes,1,rep,name=values" json:"values,omitempty"`
}
func (*StringArrayProto) Descriptor ¶
func (*StringArrayProto) Descriptor() ([]byte, []int)
func (*StringArrayProto) GetValues ¶
func (m *StringArrayProto) GetValues() []string
func (*StringArrayProto) Marshal ¶
func (m *StringArrayProto) Marshal() (dAtA []byte, err error)
func (*StringArrayProto) ProtoMessage ¶
func (*StringArrayProto) ProtoMessage()
func (*StringArrayProto) Reset ¶
func (m *StringArrayProto) Reset()
func (*StringArrayProto) Size ¶
func (m *StringArrayProto) Size() (n int)
func (*StringArrayProto) String ¶
func (m *StringArrayProto) String() string
func (*StringArrayProto) Unmarshal ¶
func (m *StringArrayProto) Unmarshal(dAtA []byte) error
type StringProto ¶
type StringProto struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (*StringProto) Descriptor ¶
func (*StringProto) Descriptor() ([]byte, []int)
func (*StringProto) GetValue ¶
func (m *StringProto) GetValue() string
func (*StringProto) Marshal ¶
func (m *StringProto) Marshal() (dAtA []byte, err error)
func (*StringProto) ProtoMessage ¶
func (*StringProto) ProtoMessage()
func (*StringProto) Reset ¶
func (m *StringProto) Reset()
func (*StringProto) Size ¶
func (m *StringProto) Size() (n int)
func (*StringProto) String ¶
func (m *StringProto) String() string
func (*StringProto) Unmarshal ¶
func (m *StringProto) Unmarshal(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.