Documentation ¶
Index ¶
- type FindReply
- func (*FindReply) Descriptor() ([]byte, []int)
- func (m *FindReply) GetMatches() []*FindReply_Match
- func (*FindReply) ProtoMessage()
- func (m *FindReply) Reset()
- func (m *FindReply) String() string
- func (m *FindReply) XXX_DiscardUnknown()
- func (m *FindReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FindReply) XXX_Merge(src proto.Message)
- func (m *FindReply) XXX_Size() int
- func (m *FindReply) XXX_Unmarshal(b []byte) error
- type FindReply_Match
- func (*FindReply_Match) Descriptor() ([]byte, []int)
- func (m *FindReply_Match) GetBaseName() string
- func (m *FindReply_Match) GetNodeKind() string
- func (m *FindReply_Match) GetNodeSubkind() string
- func (m *FindReply_Match) GetQualifiedName() string
- func (m *FindReply_Match) GetTicket() string
- func (*FindReply_Match) ProtoMessage()
- func (m *FindReply_Match) Reset()
- func (m *FindReply_Match) String() string
- func (m *FindReply_Match) XXX_DiscardUnknown()
- func (m *FindReply_Match) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FindReply_Match) XXX_Merge(src proto.Message)
- func (m *FindReply_Match) XXX_Size() int
- func (m *FindReply_Match) XXX_Unmarshal(b []byte) error
- type FindRequest
- func (*FindRequest) Descriptor() ([]byte, []int)
- func (m *FindRequest) GetCorpus() []string
- func (m *FindRequest) GetIdentifier() string
- func (m *FindRequest) GetLanguages() []string
- func (*FindRequest) ProtoMessage()
- func (m *FindRequest) Reset()
- func (m *FindRequest) String() string
- func (m *FindRequest) XXX_DiscardUnknown()
- func (m *FindRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FindRequest) XXX_Merge(src proto.Message)
- func (m *FindRequest) XXX_Size() int
- func (m *FindRequest) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindReply ¶
type FindReply struct { Matches []*FindReply_Match `protobuf:"bytes,1,rep,name=matches,proto3" json:"matches,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FindReply) Descriptor ¶
func (*FindReply) GetMatches ¶
func (m *FindReply) GetMatches() []*FindReply_Match
func (*FindReply) ProtoMessage ¶
func (*FindReply) ProtoMessage()
func (*FindReply) XXX_DiscardUnknown ¶
func (m *FindReply) XXX_DiscardUnknown()
func (*FindReply) XXX_Marshal ¶
func (*FindReply) XXX_Unmarshal ¶
type FindReply_Match ¶
type FindReply_Match struct { Ticket string `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"` NodeKind string `protobuf:"bytes,2,opt,name=node_kind,json=nodeKind,proto3" json:"node_kind,omitempty"` NodeSubkind string `protobuf:"bytes,3,opt,name=node_subkind,json=nodeSubkind,proto3" json:"node_subkind,omitempty"` BaseName string `protobuf:"bytes,4,opt,name=base_name,json=baseName,proto3" json:"base_name,omitempty"` QualifiedName string `protobuf:"bytes,5,opt,name=qualified_name,json=qualifiedName,proto3" json:"qualified_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FindReply_Match) Descriptor ¶
func (*FindReply_Match) Descriptor() ([]byte, []int)
func (*FindReply_Match) GetBaseName ¶
func (m *FindReply_Match) GetBaseName() string
func (*FindReply_Match) GetNodeKind ¶
func (m *FindReply_Match) GetNodeKind() string
func (*FindReply_Match) GetNodeSubkind ¶
func (m *FindReply_Match) GetNodeSubkind() string
func (*FindReply_Match) GetQualifiedName ¶
func (m *FindReply_Match) GetQualifiedName() string
func (*FindReply_Match) GetTicket ¶
func (m *FindReply_Match) GetTicket() string
func (*FindReply_Match) ProtoMessage ¶
func (*FindReply_Match) ProtoMessage()
func (*FindReply_Match) Reset ¶
func (m *FindReply_Match) Reset()
func (*FindReply_Match) String ¶
func (m *FindReply_Match) String() string
func (*FindReply_Match) XXX_DiscardUnknown ¶
func (m *FindReply_Match) XXX_DiscardUnknown()
func (*FindReply_Match) XXX_Marshal ¶
func (m *FindReply_Match) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FindReply_Match) XXX_Merge ¶
func (m *FindReply_Match) XXX_Merge(src proto.Message)
func (*FindReply_Match) XXX_Size ¶
func (m *FindReply_Match) XXX_Size() int
func (*FindReply_Match) XXX_Unmarshal ¶
func (m *FindReply_Match) XXX_Unmarshal(b []byte) error
type FindRequest ¶
type FindRequest struct { Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` Corpus []string `protobuf:"bytes,2,rep,name=corpus,proto3" json:"corpus,omitempty"` Languages []string `protobuf:"bytes,3,rep,name=languages,proto3" json:"languages,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FindRequest) Descriptor ¶
func (*FindRequest) Descriptor() ([]byte, []int)
func (*FindRequest) GetCorpus ¶
func (m *FindRequest) GetCorpus() []string
func (*FindRequest) GetIdentifier ¶
func (m *FindRequest) GetIdentifier() string
func (*FindRequest) GetLanguages ¶
func (m *FindRequest) GetLanguages() []string
func (*FindRequest) ProtoMessage ¶
func (*FindRequest) ProtoMessage()
func (*FindRequest) Reset ¶
func (m *FindRequest) Reset()
func (*FindRequest) String ¶
func (m *FindRequest) String() string
func (*FindRequest) XXX_DiscardUnknown ¶
func (m *FindRequest) XXX_DiscardUnknown()
func (*FindRequest) XXX_Marshal ¶
func (m *FindRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FindRequest) XXX_Merge ¶
func (m *FindRequest) XXX_Merge(src proto.Message)
func (*FindRequest) XXX_Size ¶
func (m *FindRequest) XXX_Size() int
func (*FindRequest) XXX_Unmarshal ¶
func (m *FindRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.