Documentation
¶
Overview ¶
Package data is a generated protocol buffer package.
It is generated from these files:
data/data.proto
It has these top-level messages:
Function
Index ¶
- Variables
- type Function
- func (*Function) Descriptor() ([]byte, []int)
- func (m *Function) GetCode() []byte
- func (m *Function) GetLang() string
- func (m *Function) GetName() string
- func (m *Function) GetPackage() bool
- func (m *Function) GetVersion() int64
- func (m *Function) Marshal() (dAtA []byte, err error)
- func (m *Function) MarshalTo(dAtA []byte) (int, error)
- func (*Function) ProtoMessage()
- func (m *Function) Reset()
- func (m *Function) Size() (n int)
- func (m *Function) String() string
- func (m *Function) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthData = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowData = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Lang string `protobuf:"bytes,2,opt,name=lang,proto3" json:"lang,omitempty"` Code []byte `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` Package bool `protobuf:"varint,4,opt,name=package,proto3" json:"package,omitempty"` Version int64 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"` }
func (*Function) Descriptor ¶
func (*Function) GetPackage ¶
func (*Function) GetVersion ¶
func (*Function) ProtoMessage ¶
func (*Function) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.