Documentation
¶
Index ¶
- Variables
- type Doc
- func (*Doc) Descriptor() ([]byte, []int)
- func (m *Doc) GetDoc() string
- func (m *Doc) Marshal() (dAtA []byte, err error)
- func (m *Doc) MarshalTo(dAtA []byte) (int, error)
- func (*Doc) ProtoMessage()
- func (m *Doc) Reset()
- func (m *Doc) Size() (n int)
- func (m *Doc) String() string
- func (m *Doc) Unmarshal(dAtA []byte) error
- func (m *Doc) XXX_DiscardUnknown()
- func (m *Doc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Doc) XXX_Merge(src proto.Message)
- func (m *Doc) XXX_Size() int
- func (m *Doc) XXX_Unmarshal(b []byte) error
- type DocMsg
- func (*DocMsg) Descriptor() ([]byte, []int)
- func (m *DocMsg) GetGetProtos() bool
- func (m *DocMsg) Marshal() (dAtA []byte, err error)
- func (m *DocMsg) MarshalTo(dAtA []byte) (int, error)
- func (*DocMsg) ProtoMessage()
- func (m *DocMsg) Reset()
- func (m *DocMsg) Size() (n int)
- func (m *DocMsg) String() string
- func (m *DocMsg) Unmarshal(dAtA []byte) error
- func (m *DocMsg) XXX_DiscardUnknown()
- func (m *DocMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DocMsg) XXX_Merge(src proto.Message)
- func (m *DocMsg) XXX_Size() int
- func (m *DocMsg) XXX_Unmarshal(b []byte) error
- type ProtoDescriptor
- func (*ProtoDescriptor) Descriptor() ([]byte, []int)
- func (m *ProtoDescriptor) GetDesc() []byte
- func (m *ProtoDescriptor) Marshal() (dAtA []byte, err error)
- func (m *ProtoDescriptor) MarshalTo(dAtA []byte) (int, error)
- func (*ProtoDescriptor) ProtoMessage()
- func (m *ProtoDescriptor) Reset()
- func (m *ProtoDescriptor) Size() (n int)
- func (m *ProtoDescriptor) String() string
- func (m *ProtoDescriptor) Unmarshal(dAtA []byte) error
- func (m *ProtoDescriptor) XXX_DiscardUnknown()
- func (m *ProtoDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ProtoDescriptor) XXX_Merge(src proto.Message)
- func (m *ProtoDescriptor) XXX_Size() int
- func (m *ProtoDescriptor) XXX_Unmarshal(b []byte) error
- type ProtoName
- func (*ProtoName) Descriptor() ([]byte, []int)
- func (m *ProtoName) GetName() string
- func (m *ProtoName) Marshal() (dAtA []byte, err error)
- func (m *ProtoName) MarshalTo(dAtA []byte) (int, error)
- func (*ProtoName) ProtoMessage()
- func (m *ProtoName) Reset()
- func (m *ProtoName) Size() (n int)
- func (m *ProtoName) String() string
- func (m *ProtoName) Unmarshal(dAtA []byte) error
- func (m *ProtoName) XXX_DiscardUnknown()
- func (m *ProtoName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ProtoName) XXX_Merge(src proto.Message)
- func (m *ProtoName) XXX_Size() int
- func (m *ProtoName) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthDoc = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowDoc = fmt.Errorf("proto: integer overflow") )
View Source
var ( ErrInvalidLengthDocmsg = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowDocmsg = fmt.Errorf("proto: integer overflow") )
View Source
var ( ErrInvalidLengthProtodescriptor = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProtodescriptor = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Doc ¶
type Doc struct { Doc string `protobuf:"bytes,1,opt,name=doc,proto3" json:"doc,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Doc) Descriptor ¶
func (*Doc) ProtoMessage ¶
func (*Doc) ProtoMessage()
func (*Doc) XXX_DiscardUnknown ¶
func (m *Doc) XXX_DiscardUnknown()
func (*Doc) XXX_Unmarshal ¶
type DocMsg ¶
type DocMsg struct { GetProtos bool `protobuf:"varint,1,opt,name=getProtos,proto3" json:"getProtos,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DocMsg) Descriptor ¶
func (*DocMsg) GetGetProtos ¶
func (*DocMsg) ProtoMessage ¶
func (*DocMsg) ProtoMessage()
func (*DocMsg) XXX_DiscardUnknown ¶
func (m *DocMsg) XXX_DiscardUnknown()
func (*DocMsg) XXX_Marshal ¶
func (*DocMsg) XXX_Unmarshal ¶
type ProtoDescriptor ¶
type ProtoDescriptor struct { Desc []byte `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
Descriptor proto used to retrieve zipped proto descriptors remotely
func (*ProtoDescriptor) Descriptor ¶
func (*ProtoDescriptor) Descriptor() ([]byte, []int)
func (*ProtoDescriptor) GetDesc ¶
func (m *ProtoDescriptor) GetDesc() []byte
func (*ProtoDescriptor) Marshal ¶
func (m *ProtoDescriptor) Marshal() (dAtA []byte, err error)
func (*ProtoDescriptor) ProtoMessage ¶
func (*ProtoDescriptor) ProtoMessage()
func (*ProtoDescriptor) Reset ¶
func (m *ProtoDescriptor) Reset()
func (*ProtoDescriptor) Size ¶
func (m *ProtoDescriptor) Size() (n int)
func (*ProtoDescriptor) String ¶
func (m *ProtoDescriptor) String() string
func (*ProtoDescriptor) Unmarshal ¶
func (m *ProtoDescriptor) Unmarshal(dAtA []byte) error
func (*ProtoDescriptor) XXX_DiscardUnknown ¶
func (m *ProtoDescriptor) XXX_DiscardUnknown()
func (*ProtoDescriptor) XXX_Marshal ¶
func (m *ProtoDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProtoDescriptor) XXX_Merge ¶
func (dst *ProtoDescriptor) XXX_Merge(src proto.Message)
func (*ProtoDescriptor) XXX_Size ¶
func (m *ProtoDescriptor) XXX_Size() int
func (*ProtoDescriptor) XXX_Unmarshal ¶
func (m *ProtoDescriptor) XXX_Unmarshal(b []byte) error
type ProtoName ¶
type ProtoName struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ProtoName) Descriptor ¶
func (*ProtoName) ProtoMessage ¶
func (*ProtoName) ProtoMessage()
func (*ProtoName) XXX_DiscardUnknown ¶
func (m *ProtoName) XXX_DiscardUnknown()
func (*ProtoName) XXX_Marshal ¶
func (*ProtoName) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.