Documentation ¶
Index ¶
- type AnalyzeReply
- func (*AnalyzeReply) Descriptor() ([]byte, []int)
- func (m *AnalyzeReply) GetId() int64
- func (m *AnalyzeReply) GetUnit() *analysis_go_proto.CompilationUnit
- func (*AnalyzeReply) ProtoMessage()
- func (m *AnalyzeReply) Reset()
- func (m *AnalyzeReply) String() string
- func (m *AnalyzeReply) XXX_DiscardUnknown()
- func (m *AnalyzeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AnalyzeReply) XXX_Merge(src proto.Message)
- func (m *AnalyzeReply) XXX_Size() int
- func (m *AnalyzeReply) XXX_Unmarshal(b []byte) error
- type AnalyzeRequest
- func (*AnalyzeRequest) Descriptor() ([]byte, []int)
- func (m *AnalyzeRequest) GetLanguage() string
- func (*AnalyzeRequest) ProtoMessage()
- func (m *AnalyzeRequest) Reset()
- func (m *AnalyzeRequest) String() string
- func (m *AnalyzeRequest) XXX_DiscardUnknown()
- func (m *AnalyzeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AnalyzeRequest) XXX_Merge(src proto.Message)
- func (m *AnalyzeRequest) XXX_Size() int
- func (m *AnalyzeRequest) XXX_Unmarshal(b []byte) error
- type FileReply
- func (*FileReply) Descriptor() ([]byte, []int)
- func (m *FileReply) GetData() []byte
- func (m *FileReply) GetDigest() string
- func (m *FileReply) GetPath() string
- func (*FileReply) ProtoMessage()
- func (m *FileReply) Reset()
- func (m *FileReply) String() string
- func (m *FileReply) XXX_DiscardUnknown()
- func (m *FileReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileReply) XXX_Merge(src proto.Message)
- func (m *FileReply) XXX_Size() int
- func (m *FileReply) XXX_Unmarshal(b []byte) error
- type FileRequest
- func (*FileRequest) Descriptor() ([]byte, []int)
- func (m *FileRequest) GetDigest() string
- func (m *FileRequest) GetId() int64
- func (m *FileRequest) GetPath() string
- func (*FileRequest) ProtoMessage()
- func (m *FileRequest) Reset()
- func (m *FileRequest) String() string
- func (m *FileRequest) XXX_DiscardUnknown()
- func (m *FileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileRequest) XXX_Merge(src proto.Message)
- func (m *FileRequest) XXX_Size() int
- func (m *FileRequest) XXX_Unmarshal(b []byte) error
- type InitReply
- func (*InitReply) Descriptor() ([]byte, []int)
- func (m *InitReply) GetProtocol() string
- func (*InitReply) ProtoMessage()
- func (m *InitReply) Reset()
- func (m *InitReply) String() string
- func (m *InitReply) XXX_DiscardUnknown()
- func (m *InitReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InitReply) XXX_Merge(src proto.Message)
- func (m *InitReply) XXX_Size() int
- func (m *InitReply) XXX_Unmarshal(b []byte) error
- type InitRequest
- func (*InitRequest) Descriptor() ([]byte, []int)
- func (m *InitRequest) GetProtocol() string
- func (*InitRequest) ProtoMessage()
- func (m *InitRequest) Reset()
- func (m *InitRequest) String() string
- func (m *InitRequest) XXX_DiscardUnknown()
- func (m *InitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InitRequest) XXX_Merge(src proto.Message)
- func (m *InitRequest) XXX_Size() int
- func (m *InitRequest) XXX_Unmarshal(b []byte) error
- type LogRequest
- func (*LogRequest) Descriptor() ([]byte, []int)
- func (m *LogRequest) GetId() int64
- func (m *LogRequest) GetMessage() *common_go_proto.Diagnostic
- func (*LogRequest) ProtoMessage()
- func (m *LogRequest) Reset()
- func (m *LogRequest) String() string
- func (m *LogRequest) XXX_DiscardUnknown()
- func (m *LogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogRequest) XXX_Merge(src proto.Message)
- func (m *LogRequest) XXX_Size() int
- func (m *LogRequest) XXX_Unmarshal(b []byte) error
- type OutRequest
- func (*OutRequest) Descriptor() ([]byte, []int)
- func (m *OutRequest) GetEntries() []*storage_go_proto.Entry
- func (m *OutRequest) GetId() int64
- func (m *OutRequest) GetOutput() [][]byte
- func (*OutRequest) ProtoMessage()
- func (m *OutRequest) Reset()
- func (m *OutRequest) String() string
- func (m *OutRequest) XXX_DiscardUnknown()
- func (m *OutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OutRequest) XXX_Merge(src proto.Message)
- func (m *OutRequest) XXX_Size() int
- func (m *OutRequest) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzeReply ¶
type AnalyzeReply struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Unit *analysis_go_proto.CompilationUnit `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AnalyzeReply) Descriptor ¶
func (*AnalyzeReply) Descriptor() ([]byte, []int)
func (*AnalyzeReply) GetId ¶
func (m *AnalyzeReply) GetId() int64
func (*AnalyzeReply) GetUnit ¶
func (m *AnalyzeReply) GetUnit() *analysis_go_proto.CompilationUnit
func (*AnalyzeReply) ProtoMessage ¶
func (*AnalyzeReply) ProtoMessage()
func (*AnalyzeReply) Reset ¶
func (m *AnalyzeReply) Reset()
func (*AnalyzeReply) String ¶
func (m *AnalyzeReply) String() string
func (*AnalyzeReply) XXX_DiscardUnknown ¶
func (m *AnalyzeReply) XXX_DiscardUnknown()
func (*AnalyzeReply) XXX_Marshal ¶
func (m *AnalyzeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AnalyzeReply) XXX_Merge ¶
func (m *AnalyzeReply) XXX_Merge(src proto.Message)
func (*AnalyzeReply) XXX_Size ¶
func (m *AnalyzeReply) XXX_Size() int
func (*AnalyzeReply) XXX_Unmarshal ¶
func (m *AnalyzeReply) XXX_Unmarshal(b []byte) error
type AnalyzeRequest ¶
type AnalyzeRequest struct { Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AnalyzeRequest) Descriptor ¶
func (*AnalyzeRequest) Descriptor() ([]byte, []int)
func (*AnalyzeRequest) GetLanguage ¶
func (m *AnalyzeRequest) GetLanguage() string
func (*AnalyzeRequest) ProtoMessage ¶
func (*AnalyzeRequest) ProtoMessage()
func (*AnalyzeRequest) Reset ¶
func (m *AnalyzeRequest) Reset()
func (*AnalyzeRequest) String ¶
func (m *AnalyzeRequest) String() string
func (*AnalyzeRequest) XXX_DiscardUnknown ¶
func (m *AnalyzeRequest) XXX_DiscardUnknown()
func (*AnalyzeRequest) XXX_Marshal ¶
func (m *AnalyzeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AnalyzeRequest) XXX_Merge ¶
func (m *AnalyzeRequest) XXX_Merge(src proto.Message)
func (*AnalyzeRequest) XXX_Size ¶
func (m *AnalyzeRequest) XXX_Size() int
func (*AnalyzeRequest) XXX_Unmarshal ¶
func (m *AnalyzeRequest) XXX_Unmarshal(b []byte) error
type FileReply ¶
type FileReply struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Digest string `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FileReply) Descriptor ¶
func (*FileReply) ProtoMessage ¶
func (*FileReply) ProtoMessage()
func (*FileReply) XXX_DiscardUnknown ¶
func (m *FileReply) XXX_DiscardUnknown()
func (*FileReply) XXX_Marshal ¶
func (*FileReply) XXX_Unmarshal ¶
type FileRequest ¶
type FileRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FileRequest) Descriptor ¶
func (*FileRequest) Descriptor() ([]byte, []int)
func (*FileRequest) GetDigest ¶
func (m *FileRequest) GetDigest() string
func (*FileRequest) GetId ¶
func (m *FileRequest) GetId() int64
func (*FileRequest) GetPath ¶
func (m *FileRequest) GetPath() string
func (*FileRequest) ProtoMessage ¶
func (*FileRequest) ProtoMessage()
func (*FileRequest) Reset ¶
func (m *FileRequest) Reset()
func (*FileRequest) String ¶
func (m *FileRequest) String() string
func (*FileRequest) XXX_DiscardUnknown ¶
func (m *FileRequest) XXX_DiscardUnknown()
func (*FileRequest) XXX_Marshal ¶
func (m *FileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FileRequest) XXX_Merge ¶
func (m *FileRequest) XXX_Merge(src proto.Message)
func (*FileRequest) XXX_Size ¶
func (m *FileRequest) XXX_Size() int
func (*FileRequest) XXX_Unmarshal ¶
func (m *FileRequest) XXX_Unmarshal(b []byte) error
type InitReply ¶
type InitReply struct { Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InitReply) Descriptor ¶
func (*InitReply) GetProtocol ¶
func (*InitReply) ProtoMessage ¶
func (*InitReply) ProtoMessage()
func (*InitReply) XXX_DiscardUnknown ¶
func (m *InitReply) XXX_DiscardUnknown()
func (*InitReply) XXX_Marshal ¶
func (*InitReply) XXX_Unmarshal ¶
type InitRequest ¶
type InitRequest struct { Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InitRequest) Descriptor ¶
func (*InitRequest) Descriptor() ([]byte, []int)
func (*InitRequest) GetProtocol ¶
func (m *InitRequest) GetProtocol() string
func (*InitRequest) ProtoMessage ¶
func (*InitRequest) ProtoMessage()
func (*InitRequest) Reset ¶
func (m *InitRequest) Reset()
func (*InitRequest) String ¶
func (m *InitRequest) String() string
func (*InitRequest) XXX_DiscardUnknown ¶
func (m *InitRequest) XXX_DiscardUnknown()
func (*InitRequest) XXX_Marshal ¶
func (m *InitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InitRequest) XXX_Merge ¶
func (m *InitRequest) XXX_Merge(src proto.Message)
func (*InitRequest) XXX_Size ¶
func (m *InitRequest) XXX_Size() int
func (*InitRequest) XXX_Unmarshal ¶
func (m *InitRequest) XXX_Unmarshal(b []byte) error
type LogRequest ¶
type LogRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Message *common_go_proto.Diagnostic `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogRequest) Descriptor ¶
func (*LogRequest) Descriptor() ([]byte, []int)
func (*LogRequest) GetId ¶
func (m *LogRequest) GetId() int64
func (*LogRequest) GetMessage ¶
func (m *LogRequest) GetMessage() *common_go_proto.Diagnostic
func (*LogRequest) ProtoMessage ¶
func (*LogRequest) ProtoMessage()
func (*LogRequest) Reset ¶
func (m *LogRequest) Reset()
func (*LogRequest) String ¶
func (m *LogRequest) String() string
func (*LogRequest) XXX_DiscardUnknown ¶
func (m *LogRequest) XXX_DiscardUnknown()
func (*LogRequest) XXX_Marshal ¶
func (m *LogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogRequest) XXX_Merge ¶
func (m *LogRequest) XXX_Merge(src proto.Message)
func (*LogRequest) XXX_Size ¶
func (m *LogRequest) XXX_Size() int
func (*LogRequest) XXX_Unmarshal ¶
func (m *LogRequest) XXX_Unmarshal(b []byte) error
type OutRequest ¶
type OutRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Output [][]byte `protobuf:"bytes,2,rep,name=output,proto3" json:"output,omitempty"` Entries []*storage_go_proto.Entry `protobuf:"bytes,3,rep,name=entries,proto3" json:"entries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OutRequest) Descriptor ¶
func (*OutRequest) Descriptor() ([]byte, []int)
func (*OutRequest) GetEntries ¶
func (m *OutRequest) GetEntries() []*storage_go_proto.Entry
func (*OutRequest) GetId ¶
func (m *OutRequest) GetId() int64
func (*OutRequest) GetOutput ¶
func (m *OutRequest) GetOutput() [][]byte
func (*OutRequest) ProtoMessage ¶
func (*OutRequest) ProtoMessage()
func (*OutRequest) Reset ¶
func (m *OutRequest) Reset()
func (*OutRequest) String ¶
func (m *OutRequest) String() string
func (*OutRequest) XXX_DiscardUnknown ¶
func (m *OutRequest) XXX_DiscardUnknown()
func (*OutRequest) XXX_Marshal ¶
func (m *OutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OutRequest) XXX_Merge ¶
func (m *OutRequest) XXX_Merge(src proto.Message)
func (*OutRequest) XXX_Size ¶
func (m *OutRequest) XXX_Size() int
func (*OutRequest) XXX_Unmarshal ¶
func (m *OutRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.