driver_go_proto

package
v0.0.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2019 License: Apache-2.0, NCSA Imports: 6 Imported by: 0

Documentation

Index

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 (*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) Descriptor() ([]byte, []int)

func (*FileReply) GetData

func (m *FileReply) GetData() []byte

func (*FileReply) GetDigest

func (m *FileReply) GetDigest() string

func (*FileReply) GetPath

func (m *FileReply) GetPath() string

func (*FileReply) ProtoMessage

func (*FileReply) ProtoMessage()

func (*FileReply) Reset

func (m *FileReply) Reset()

func (*FileReply) String

func (m *FileReply) String() string

func (*FileReply) XXX_DiscardUnknown

func (m *FileReply) XXX_DiscardUnknown()

func (*FileReply) XXX_Marshal

func (m *FileReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FileReply) XXX_Merge

func (m *FileReply) XXX_Merge(src proto.Message)

func (*FileReply) XXX_Size

func (m *FileReply) XXX_Size() int

func (*FileReply) XXX_Unmarshal

func (m *FileReply) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*InitReply) GetProtocol

func (m *InitReply) GetProtocol() string

func (*InitReply) ProtoMessage

func (*InitReply) ProtoMessage()

func (*InitReply) Reset

func (m *InitReply) Reset()

func (*InitReply) String

func (m *InitReply) String() string

func (*InitReply) XXX_DiscardUnknown

func (m *InitReply) XXX_DiscardUnknown()

func (*InitReply) XXX_Marshal

func (m *InitReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InitReply) XXX_Merge

func (m *InitReply) XXX_Merge(src proto.Message)

func (*InitReply) XXX_Size

func (m *InitReply) XXX_Size() int

func (*InitReply) XXX_Unmarshal

func (m *InitReply) XXX_Unmarshal(b []byte) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL