Versions in this module Expand all Collapse all v1 v1.0.0 Sep 23, 2020 Changes in this version + var ModelVersionStatus_State_name = map[int32]string + var ModelVersionStatus_State_value = map[string]int32 + func RegisterModelServiceServer(s *grpc.Server, srv ModelServiceServer) + func RegisterPredictionServiceServer(s *grpc.Server, srv PredictionServiceServer) + type Class struct + Label string + Score float32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Class) Descriptor() ([]byte, []int) + func (*Class) ProtoMessage() + func (dst *Class) XXX_Merge(src proto.Message) + func (m *Class) GetLabel() string + func (m *Class) GetScore() float32 + func (m *Class) Reset() + func (m *Class) String() string + func (m *Class) XXX_DiscardUnknown() + func (m *Class) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Class) XXX_Size() int + func (m *Class) XXX_Unmarshal(b []byte) error + type ClassificationRequest struct + Input *Input + ModelSpec *ModelSpec + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClassificationRequest) Descriptor() ([]byte, []int) + func (*ClassificationRequest) ProtoMessage() + func (dst *ClassificationRequest) XXX_Merge(src proto.Message) + func (m *ClassificationRequest) GetInput() *Input + func (m *ClassificationRequest) GetModelSpec() *ModelSpec + func (m *ClassificationRequest) Reset() + func (m *ClassificationRequest) String() string + func (m *ClassificationRequest) XXX_DiscardUnknown() + func (m *ClassificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClassificationRequest) XXX_Size() int + func (m *ClassificationRequest) XXX_Unmarshal(b []byte) error + type ClassificationResponse struct + ModelSpec *ModelSpec + Result *ClassificationResult + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClassificationResponse) Descriptor() ([]byte, []int) + func (*ClassificationResponse) ProtoMessage() + func (dst *ClassificationResponse) XXX_Merge(src proto.Message) + func (m *ClassificationResponse) GetModelSpec() *ModelSpec + func (m *ClassificationResponse) GetResult() *ClassificationResult + func (m *ClassificationResponse) Reset() + func (m *ClassificationResponse) String() string + func (m *ClassificationResponse) XXX_DiscardUnknown() + func (m *ClassificationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClassificationResponse) XXX_Size() int + func (m *ClassificationResponse) XXX_Unmarshal(b []byte) error + type ClassificationResult struct + Classifications []*Classifications + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClassificationResult) Descriptor() ([]byte, []int) + func (*ClassificationResult) ProtoMessage() + func (dst *ClassificationResult) XXX_Merge(src proto.Message) + func (m *ClassificationResult) GetClassifications() []*Classifications + func (m *ClassificationResult) Reset() + func (m *ClassificationResult) String() string + func (m *ClassificationResult) XXX_DiscardUnknown() + func (m *ClassificationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClassificationResult) XXX_Size() int + func (m *ClassificationResult) XXX_Unmarshal(b []byte) error + type Classifications struct + Classes []*Class + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Classifications) Descriptor() ([]byte, []int) + func (*Classifications) ProtoMessage() + func (dst *Classifications) XXX_Merge(src proto.Message) + func (m *Classifications) GetClasses() []*Class + func (m *Classifications) Reset() + func (m *Classifications) String() string + func (m *Classifications) XXX_DiscardUnknown() + func (m *Classifications) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Classifications) XXX_Size() int + func (m *Classifications) XXX_Unmarshal(b []byte) error + type ExampleList struct + Examples []*example.Example + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExampleList) Descriptor() ([]byte, []int) + func (*ExampleList) ProtoMessage() + func (dst *ExampleList) XXX_Merge(src proto.Message) + func (m *ExampleList) GetExamples() []*example.Example + func (m *ExampleList) Reset() + func (m *ExampleList) String() string + func (m *ExampleList) XXX_DiscardUnknown() + func (m *ExampleList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExampleList) XXX_Size() int + func (m *ExampleList) XXX_Unmarshal(b []byte) error + type ExampleListWithContext struct + Context *example.Example + Examples []*example.Example + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExampleListWithContext) Descriptor() ([]byte, []int) + func (*ExampleListWithContext) ProtoMessage() + func (dst *ExampleListWithContext) XXX_Merge(src proto.Message) + func (m *ExampleListWithContext) GetContext() *example.Example + func (m *ExampleListWithContext) GetExamples() []*example.Example + func (m *ExampleListWithContext) Reset() + func (m *ExampleListWithContext) String() string + func (m *ExampleListWithContext) XXX_DiscardUnknown() + func (m *ExampleListWithContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExampleListWithContext) XXX_Size() int + func (m *ExampleListWithContext) XXX_Unmarshal(b []byte) error + type GetModelMetadataRequest struct + MetadataField []string + ModelSpec *ModelSpec + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetModelMetadataRequest) Descriptor() ([]byte, []int) + func (*GetModelMetadataRequest) ProtoMessage() + func (dst *GetModelMetadataRequest) XXX_Merge(src proto.Message) + func (m *GetModelMetadataRequest) GetMetadataField() []string + func (m *GetModelMetadataRequest) GetModelSpec() *ModelSpec + func (m *GetModelMetadataRequest) Reset() + func (m *GetModelMetadataRequest) String() string + func (m *GetModelMetadataRequest) XXX_DiscardUnknown() + func (m *GetModelMetadataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetModelMetadataRequest) XXX_Size() int + func (m *GetModelMetadataRequest) XXX_Unmarshal(b []byte) error + type GetModelMetadataResponse struct + Metadata map[string]*any.Any + ModelSpec *ModelSpec + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetModelMetadataResponse) Descriptor() ([]byte, []int) + func (*GetModelMetadataResponse) ProtoMessage() + func (dst *GetModelMetadataResponse) XXX_Merge(src proto.Message) + func (m *GetModelMetadataResponse) GetMetadata() map[string]*any.Any + func (m *GetModelMetadataResponse) GetModelSpec() *ModelSpec + func (m *GetModelMetadataResponse) Reset() + func (m *GetModelMetadataResponse) String() string + func (m *GetModelMetadataResponse) XXX_DiscardUnknown() + func (m *GetModelMetadataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetModelMetadataResponse) XXX_Size() int + func (m *GetModelMetadataResponse) XXX_Unmarshal(b []byte) error + type GetModelStatusRequest struct + ModelSpec *ModelSpec + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetModelStatusRequest) Descriptor() ([]byte, []int) + func (*GetModelStatusRequest) ProtoMessage() + func (dst *GetModelStatusRequest) XXX_Merge(src proto.Message) + func (m *GetModelStatusRequest) GetModelSpec() *ModelSpec + func (m *GetModelStatusRequest) Reset() + func (m *GetModelStatusRequest) String() string + func (m *GetModelStatusRequest) XXX_DiscardUnknown() + func (m *GetModelStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetModelStatusRequest) XXX_Size() int + func (m *GetModelStatusRequest) XXX_Unmarshal(b []byte) error + type GetModelStatusResponse struct + ModelVersionStatus []*ModelVersionStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetModelStatusResponse) Descriptor() ([]byte, []int) + func (*GetModelStatusResponse) ProtoMessage() + func (dst *GetModelStatusResponse) XXX_Merge(src proto.Message) + func (m *GetModelStatusResponse) GetModelVersionStatus() []*ModelVersionStatus + func (m *GetModelStatusResponse) Reset() + func (m *GetModelStatusResponse) String() string + func (m *GetModelStatusResponse) XXX_DiscardUnknown() + func (m *GetModelStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetModelStatusResponse) XXX_Size() int + func (m *GetModelStatusResponse) XXX_Unmarshal(b []byte) error + type InferenceResult struct + ModelSpec *ModelSpec + Result isInferenceResult_Result + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*InferenceResult) Descriptor() ([]byte, []int) + func (*InferenceResult) ProtoMessage() + func (*InferenceResult) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *InferenceResult) XXX_Merge(src proto.Message) + func (m *InferenceResult) GetClassificationResult() *ClassificationResult + func (m *InferenceResult) GetModelSpec() *ModelSpec + func (m *InferenceResult) GetRegressionResult() *RegressionResult + func (m *InferenceResult) GetResult() isInferenceResult_Result + func (m *InferenceResult) Reset() + func (m *InferenceResult) String() string + func (m *InferenceResult) XXX_DiscardUnknown() + func (m *InferenceResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InferenceResult) XXX_Size() int + func (m *InferenceResult) XXX_Unmarshal(b []byte) error + type InferenceResult_ClassificationResult struct + ClassificationResult *ClassificationResult + type InferenceResult_RegressionResult struct + RegressionResult *RegressionResult + type InferenceTask struct + MethodName string + ModelSpec *ModelSpec + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*InferenceTask) Descriptor() ([]byte, []int) + func (*InferenceTask) ProtoMessage() + func (dst *InferenceTask) XXX_Merge(src proto.Message) + func (m *InferenceTask) GetMethodName() string + func (m *InferenceTask) GetModelSpec() *ModelSpec + func (m *InferenceTask) Reset() + func (m *InferenceTask) String() string + func (m *InferenceTask) XXX_DiscardUnknown() + func (m *InferenceTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InferenceTask) XXX_Size() int + func (m *InferenceTask) XXX_Unmarshal(b []byte) error + type Input struct + Kind isInput_Kind + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Input) Descriptor() ([]byte, []int) + func (*Input) ProtoMessage() + func (*Input) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *Input) XXX_Merge(src proto.Message) + func (m *Input) GetExampleList() *ExampleList + func (m *Input) GetExampleListWithContext() *ExampleListWithContext + func (m *Input) GetKind() isInput_Kind + func (m *Input) Reset() + func (m *Input) String() string + func (m *Input) XXX_DiscardUnknown() + func (m *Input) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Input) XXX_Size() int + func (m *Input) XXX_Unmarshal(b []byte) error + type Input_ExampleList struct + ExampleList *ExampleList + type Input_ExampleListWithContext struct + ExampleListWithContext *ExampleListWithContext + type ModelServiceClient interface + GetModelStatus func(ctx context.Context, in *GetModelStatusRequest, opts ...grpc.CallOption) (*GetModelStatusResponse, error) + HandleReloadConfigRequest func(ctx context.Context, in *ReloadConfigRequest, opts ...grpc.CallOption) (*ReloadConfigResponse, error) + func NewModelServiceClient(cc *grpc.ClientConn) ModelServiceClient + type ModelServiceServer interface + GetModelStatus func(context.Context, *GetModelStatusRequest) (*GetModelStatusResponse, error) + HandleReloadConfigRequest func(context.Context, *ReloadConfigRequest) (*ReloadConfigResponse, error) + type ModelSpec struct + Name string + SignatureName string + VersionChoice isModelSpec_VersionChoice + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModelSpec) Descriptor() ([]byte, []int) + func (*ModelSpec) ProtoMessage() + func (*ModelSpec) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *ModelSpec) XXX_Merge(src proto.Message) + func (m *ModelSpec) GetName() string + func (m *ModelSpec) GetSignatureName() string + func (m *ModelSpec) GetVersion() *wrappers.Int64Value + func (m *ModelSpec) GetVersionChoice() isModelSpec_VersionChoice + func (m *ModelSpec) GetVersionLabel() string + func (m *ModelSpec) Reset() + func (m *ModelSpec) String() string + func (m *ModelSpec) XXX_DiscardUnknown() + func (m *ModelSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModelSpec) XXX_Size() int + func (m *ModelSpec) XXX_Unmarshal(b []byte) error + type ModelSpec_Version struct + Version *wrappers.Int64Value + type ModelSpec_VersionLabel struct + VersionLabel string + type ModelVersionStatus struct + State ModelVersionStatus_State + Status *util.StatusProto + Version int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModelVersionStatus) Descriptor() ([]byte, []int) + func (*ModelVersionStatus) ProtoMessage() + func (dst *ModelVersionStatus) XXX_Merge(src proto.Message) + func (m *ModelVersionStatus) GetState() ModelVersionStatus_State + func (m *ModelVersionStatus) GetStatus() *util.StatusProto + func (m *ModelVersionStatus) GetVersion() int64 + func (m *ModelVersionStatus) Reset() + func (m *ModelVersionStatus) String() string + func (m *ModelVersionStatus) XXX_DiscardUnknown() + func (m *ModelVersionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModelVersionStatus) XXX_Size() int + func (m *ModelVersionStatus) XXX_Unmarshal(b []byte) error + type ModelVersionStatus_State int32 + const ModelVersionStatus_AVAILABLE + const ModelVersionStatus_END + const ModelVersionStatus_LOADING + const ModelVersionStatus_START + const ModelVersionStatus_UNKNOWN + const ModelVersionStatus_UNLOADING + func (ModelVersionStatus_State) EnumDescriptor() ([]byte, []int) + func (x ModelVersionStatus_State) String() string + type MultiInferenceRequest struct + Input *Input + Tasks []*InferenceTask + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MultiInferenceRequest) Descriptor() ([]byte, []int) + func (*MultiInferenceRequest) ProtoMessage() + func (dst *MultiInferenceRequest) XXX_Merge(src proto.Message) + func (m *MultiInferenceRequest) GetInput() *Input + func (m *MultiInferenceRequest) GetTasks() []*InferenceTask + func (m *MultiInferenceRequest) Reset() + func (m *MultiInferenceRequest) String() string + func (m *MultiInferenceRequest) XXX_DiscardUnknown() + func (m *MultiInferenceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MultiInferenceRequest) XXX_Size() int + func (m *MultiInferenceRequest) XXX_Unmarshal(b []byte) error + type MultiInferenceResponse struct + Results []*InferenceResult + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MultiInferenceResponse) Descriptor() ([]byte, []int) + func (*MultiInferenceResponse) ProtoMessage() + func (dst *MultiInferenceResponse) XXX_Merge(src proto.Message) + func (m *MultiInferenceResponse) GetResults() []*InferenceResult + func (m *MultiInferenceResponse) Reset() + func (m *MultiInferenceResponse) String() string + func (m *MultiInferenceResponse) XXX_DiscardUnknown() + func (m *MultiInferenceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MultiInferenceResponse) XXX_Size() int + func (m *MultiInferenceResponse) XXX_Unmarshal(b []byte) error + type PredictRequest struct + Inputs map[string]*framework.TensorProto + ModelSpec *ModelSpec + OutputFilter []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PredictRequest) Descriptor() ([]byte, []int) + func (*PredictRequest) ProtoMessage() + func (dst *PredictRequest) XXX_Merge(src proto.Message) + func (m *PredictRequest) GetInputs() map[string]*framework.TensorProto + func (m *PredictRequest) GetModelSpec() *ModelSpec + func (m *PredictRequest) GetOutputFilter() []string + func (m *PredictRequest) Reset() + func (m *PredictRequest) String() string + func (m *PredictRequest) XXX_DiscardUnknown() + func (m *PredictRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PredictRequest) XXX_Size() int + func (m *PredictRequest) XXX_Unmarshal(b []byte) error + type PredictResponse struct + ModelSpec *ModelSpec + Outputs map[string]*framework.TensorProto + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PredictResponse) Descriptor() ([]byte, []int) + func (*PredictResponse) ProtoMessage() + func (dst *PredictResponse) XXX_Merge(src proto.Message) + func (m *PredictResponse) GetModelSpec() *ModelSpec + func (m *PredictResponse) GetOutputs() map[string]*framework.TensorProto + func (m *PredictResponse) Reset() + func (m *PredictResponse) String() string + func (m *PredictResponse) XXX_DiscardUnknown() + func (m *PredictResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PredictResponse) XXX_Size() int + func (m *PredictResponse) XXX_Unmarshal(b []byte) error + type PredictionServiceClient interface + Classify func(ctx context.Context, in *ClassificationRequest, opts ...grpc.CallOption) (*ClassificationResponse, error) + GetModelMetadata func(ctx context.Context, in *GetModelMetadataRequest, opts ...grpc.CallOption) (*GetModelMetadataResponse, error) + MultiInference func(ctx context.Context, in *MultiInferenceRequest, opts ...grpc.CallOption) (*MultiInferenceResponse, error) + Predict func(ctx context.Context, in *PredictRequest, opts ...grpc.CallOption) (*PredictResponse, error) + Regress func(ctx context.Context, in *RegressionRequest, opts ...grpc.CallOption) (*RegressionResponse, error) + func NewPredictionServiceClient(cc *grpc.ClientConn) PredictionServiceClient + type PredictionServiceServer interface + Classify func(context.Context, *ClassificationRequest) (*ClassificationResponse, error) + GetModelMetadata func(context.Context, *GetModelMetadataRequest) (*GetModelMetadataResponse, error) + MultiInference func(context.Context, *MultiInferenceRequest) (*MultiInferenceResponse, error) + Predict func(context.Context, *PredictRequest) (*PredictResponse, error) + Regress func(context.Context, *RegressionRequest) (*RegressionResponse, error) + type Regression struct + Value float32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Regression) Descriptor() ([]byte, []int) + func (*Regression) ProtoMessage() + func (dst *Regression) XXX_Merge(src proto.Message) + func (m *Regression) GetValue() float32 + func (m *Regression) Reset() + func (m *Regression) String() string + func (m *Regression) XXX_DiscardUnknown() + func (m *Regression) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Regression) XXX_Size() int + func (m *Regression) XXX_Unmarshal(b []byte) error + type RegressionRequest struct + Input *Input + ModelSpec *ModelSpec + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RegressionRequest) Descriptor() ([]byte, []int) + func (*RegressionRequest) ProtoMessage() + func (dst *RegressionRequest) XXX_Merge(src proto.Message) + func (m *RegressionRequest) GetInput() *Input + func (m *RegressionRequest) GetModelSpec() *ModelSpec + func (m *RegressionRequest) Reset() + func (m *RegressionRequest) String() string + func (m *RegressionRequest) XXX_DiscardUnknown() + func (m *RegressionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RegressionRequest) XXX_Size() int + func (m *RegressionRequest) XXX_Unmarshal(b []byte) error + type RegressionResponse struct + ModelSpec *ModelSpec + Result *RegressionResult + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RegressionResponse) Descriptor() ([]byte, []int) + func (*RegressionResponse) ProtoMessage() + func (dst *RegressionResponse) XXX_Merge(src proto.Message) + func (m *RegressionResponse) GetModelSpec() *ModelSpec + func (m *RegressionResponse) GetResult() *RegressionResult + func (m *RegressionResponse) Reset() + func (m *RegressionResponse) String() string + func (m *RegressionResponse) XXX_DiscardUnknown() + func (m *RegressionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RegressionResponse) XXX_Size() int + func (m *RegressionResponse) XXX_Unmarshal(b []byte) error + type RegressionResult struct + Regressions []*Regression + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RegressionResult) Descriptor() ([]byte, []int) + func (*RegressionResult) ProtoMessage() + func (dst *RegressionResult) XXX_Merge(src proto.Message) + func (m *RegressionResult) GetRegressions() []*Regression + func (m *RegressionResult) Reset() + func (m *RegressionResult) String() string + func (m *RegressionResult) XXX_DiscardUnknown() + func (m *RegressionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RegressionResult) XXX_Size() int + func (m *RegressionResult) XXX_Unmarshal(b []byte) error + type ReloadConfigRequest struct + Config *config.ModelServerConfig + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReloadConfigRequest) Descriptor() ([]byte, []int) + func (*ReloadConfigRequest) ProtoMessage() + func (dst *ReloadConfigRequest) XXX_Merge(src proto.Message) + func (m *ReloadConfigRequest) GetConfig() *config.ModelServerConfig + func (m *ReloadConfigRequest) Reset() + func (m *ReloadConfigRequest) String() string + func (m *ReloadConfigRequest) XXX_DiscardUnknown() + func (m *ReloadConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReloadConfigRequest) XXX_Size() int + func (m *ReloadConfigRequest) XXX_Unmarshal(b []byte) error + type ReloadConfigResponse struct + Status *util.StatusProto + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReloadConfigResponse) Descriptor() ([]byte, []int) + func (*ReloadConfigResponse) ProtoMessage() + func (dst *ReloadConfigResponse) XXX_Merge(src proto.Message) + func (m *ReloadConfigResponse) GetStatus() *util.StatusProto + func (m *ReloadConfigResponse) Reset() + func (m *ReloadConfigResponse) String() string + func (m *ReloadConfigResponse) XXX_DiscardUnknown() + func (m *ReloadConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReloadConfigResponse) XXX_Size() int + func (m *ReloadConfigResponse) XXX_Unmarshal(b []byte) error + type SignatureDefMap struct + SignatureDef map[string]*protobuf.SignatureDef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignatureDefMap) Descriptor() ([]byte, []int) + func (*SignatureDefMap) ProtoMessage() + func (dst *SignatureDefMap) XXX_Merge(src proto.Message) + func (m *SignatureDefMap) GetSignatureDef() map[string]*protobuf.SignatureDef + func (m *SignatureDefMap) Reset() + func (m *SignatureDefMap) String() string + func (m *SignatureDefMap) XXX_DiscardUnknown() + func (m *SignatureDefMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignatureDefMap) XXX_Size() int + func (m *SignatureDefMap) XXX_Unmarshal(b []byte) error