Documentation ¶
Overview ¶
Package changesettest is a generated protocol buffer package.
It is generated from these files:
github.com/m3db/m3/src/cluster/generated/proto/changesettest/changesettest.proto
It has these top-level messages:
Config Changes
Index ¶
- Variables
- type Changes
- func (*Changes) Descriptor() ([]byte, []int)
- func (m *Changes) GetLines() []string
- func (m *Changes) Marshal() (dAtA []byte, err error)
- func (m *Changes) MarshalTo(dAtA []byte) (int, error)
- func (*Changes) ProtoMessage()
- func (m *Changes) Reset()
- func (m *Changes) Size() (n int)
- func (m *Changes) String() string
- func (m *Changes) Unmarshal(dAtA []byte) error
- type Config
- func (*Config) Descriptor() ([]byte, []int)
- func (m *Config) GetText() string
- func (m *Config) Marshal() (dAtA []byte, err error)
- func (m *Config) MarshalTo(dAtA []byte) (int, error)
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) Size() (n int)
- func (m *Config) String() string
- func (m *Config) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthChangesettest = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowChangesettest = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Changes ¶
type Changes struct {
Lines []string `protobuf:"bytes,1,rep,name=lines" json:"lines,omitempty"`
}
func (*Changes) Descriptor ¶
func (*Changes) ProtoMessage ¶
func (*Changes) ProtoMessage()
type Config ¶
type Config struct {
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
}
func (*Config) Descriptor ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.