modules

package
v1.6.8 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ModulesServiceError_ErrorCode_name = map[int32]string{
	0: "OK",
	1: "INVALID_MODULE",
	2: "INVALID_VERSION",
	3: "INVALID_INSTANCES",
	4: "TRANSIENT_ERROR",
	5: "UNEXPECTED_STATE",
}
View Source
var ModulesServiceError_ErrorCode_value = map[string]int32{
	"OK":                0,
	"INVALID_MODULE":    1,
	"INVALID_VERSION":   2,
	"INVALID_INSTANCES": 3,
	"TRANSIENT_ERROR":   4,
	"UNEXPECTED_STATE":  5,
}

Functions

This section is empty.

Types

type GetDefaultVersionRequest

type GetDefaultVersionRequest struct {
	Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDefaultVersionRequest) Descriptor

func (*GetDefaultVersionRequest) Descriptor() ([]byte, []int)

func (*GetDefaultVersionRequest) GetModule

func (m *GetDefaultVersionRequest) GetModule() string

func (*GetDefaultVersionRequest) ProtoMessage

func (*GetDefaultVersionRequest) ProtoMessage()

func (*GetDefaultVersionRequest) Reset

func (m *GetDefaultVersionRequest) Reset()

func (*GetDefaultVersionRequest) String

func (m *GetDefaultVersionRequest) String() string

func (*GetDefaultVersionRequest) XXX_DiscardUnknown

func (m *GetDefaultVersionRequest) XXX_DiscardUnknown()

func (*GetDefaultVersionRequest) XXX_Marshal

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

func (*GetDefaultVersionRequest) XXX_Merge

func (dst *GetDefaultVersionRequest) XXX_Merge(src proto.Message)

func (*GetDefaultVersionRequest) XXX_Size

func (m *GetDefaultVersionRequest) XXX_Size() int

func (*GetDefaultVersionRequest) XXX_Unmarshal

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

type GetDefaultVersionResponse

type GetDefaultVersionResponse struct {
	Version              *string  `protobuf:"bytes,1,req,name=version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDefaultVersionResponse) Descriptor

func (*GetDefaultVersionResponse) Descriptor() ([]byte, []int)

func (*GetDefaultVersionResponse) GetVersion

func (m *GetDefaultVersionResponse) GetVersion() string

func (*GetDefaultVersionResponse) ProtoMessage

func (*GetDefaultVersionResponse) ProtoMessage()

func (*GetDefaultVersionResponse) Reset

func (m *GetDefaultVersionResponse) Reset()

func (*GetDefaultVersionResponse) String

func (m *GetDefaultVersionResponse) String() string

func (*GetDefaultVersionResponse) XXX_DiscardUnknown

func (m *GetDefaultVersionResponse) XXX_DiscardUnknown()

func (*GetDefaultVersionResponse) XXX_Marshal

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

func (*GetDefaultVersionResponse) XXX_Merge

func (dst *GetDefaultVersionResponse) XXX_Merge(src proto.Message)

func (*GetDefaultVersionResponse) XXX_Size

func (m *GetDefaultVersionResponse) XXX_Size() int

func (*GetDefaultVersionResponse) XXX_Unmarshal

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

type GetHostnameRequest

type GetHostnameRequest struct {
	Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
	Version              *string  `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
	Instance             *string  `protobuf:"bytes,3,opt,name=instance" json:"instance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetHostnameRequest) Descriptor

func (*GetHostnameRequest) Descriptor() ([]byte, []int)

func (*GetHostnameRequest) GetInstance

func (m *GetHostnameRequest) GetInstance() string

func (*GetHostnameRequest) GetModule

func (m *GetHostnameRequest) GetModule() string

func (*GetHostnameRequest) GetVersion

func (m *GetHostnameRequest) GetVersion() string

func (*GetHostnameRequest) ProtoMessage

func (*GetHostnameRequest) ProtoMessage()

func (*GetHostnameRequest) Reset

func (m *GetHostnameRequest) Reset()

func (*GetHostnameRequest) String

func (m *GetHostnameRequest) String() string

func (*GetHostnameRequest) XXX_DiscardUnknown

func (m *GetHostnameRequest) XXX_DiscardUnknown()

func (*GetHostnameRequest) XXX_Marshal

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

func (*GetHostnameRequest) XXX_Merge

func (dst *GetHostnameRequest) XXX_Merge(src proto.Message)

func (*GetHostnameRequest) XXX_Size

func (m *GetHostnameRequest) XXX_Size() int

func (*GetHostnameRequest) XXX_Unmarshal

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

type GetHostnameResponse

type GetHostnameResponse struct {
	Hostname             *string  `protobuf:"bytes,1,req,name=hostname" json:"hostname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetHostnameResponse) Descriptor

func (*GetHostnameResponse) Descriptor() ([]byte, []int)

func (*GetHostnameResponse) GetHostname

func (m *GetHostnameResponse) GetHostname() string

func (*GetHostnameResponse) ProtoMessage

func (*GetHostnameResponse) ProtoMessage()

func (*GetHostnameResponse) Reset

func (m *GetHostnameResponse) Reset()

func (*GetHostnameResponse) String

func (m *GetHostnameResponse) String() string

func (*GetHostnameResponse) XXX_DiscardUnknown

func (m *GetHostnameResponse) XXX_DiscardUnknown()

func (*GetHostnameResponse) XXX_Marshal

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

func (*GetHostnameResponse) XXX_Merge

func (dst *GetHostnameResponse) XXX_Merge(src proto.Message)

func (*GetHostnameResponse) XXX_Size

func (m *GetHostnameResponse) XXX_Size() int

func (*GetHostnameResponse) XXX_Unmarshal

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

type GetModulesRequest

type GetModulesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetModulesRequest) Descriptor

func (*GetModulesRequest) Descriptor() ([]byte, []int)

func (*GetModulesRequest) ProtoMessage

func (*GetModulesRequest) ProtoMessage()

func (*GetModulesRequest) Reset

func (m *GetModulesRequest) Reset()

func (*GetModulesRequest) String

func (m *GetModulesRequest) String() string

func (*GetModulesRequest) XXX_DiscardUnknown

func (m *GetModulesRequest) XXX_DiscardUnknown()

func (*GetModulesRequest) XXX_Marshal

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

func (*GetModulesRequest) XXX_Merge

func (dst *GetModulesRequest) XXX_Merge(src proto.Message)

func (*GetModulesRequest) XXX_Size

func (m *GetModulesRequest) XXX_Size() int

func (*GetModulesRequest) XXX_Unmarshal

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

type GetModulesResponse

type GetModulesResponse struct {
	Module               []string `protobuf:"bytes,1,rep,name=module" json:"module,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetModulesResponse) Descriptor

func (*GetModulesResponse) Descriptor() ([]byte, []int)

func (*GetModulesResponse) GetModule

func (m *GetModulesResponse) GetModule() []string

func (*GetModulesResponse) ProtoMessage

func (*GetModulesResponse) ProtoMessage()

func (*GetModulesResponse) Reset

func (m *GetModulesResponse) Reset()

func (*GetModulesResponse) String

func (m *GetModulesResponse) String() string

func (*GetModulesResponse) XXX_DiscardUnknown

func (m *GetModulesResponse) XXX_DiscardUnknown()

func (*GetModulesResponse) XXX_Marshal

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

func (*GetModulesResponse) XXX_Merge

func (dst *GetModulesResponse) XXX_Merge(src proto.Message)

func (*GetModulesResponse) XXX_Size

func (m *GetModulesResponse) XXX_Size() int

func (*GetModulesResponse) XXX_Unmarshal

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

type GetNumInstancesRequest

type GetNumInstancesRequest struct {
	Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
	Version              *string  `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNumInstancesRequest) Descriptor

func (*GetNumInstancesRequest) Descriptor() ([]byte, []int)

func (*GetNumInstancesRequest) GetModule

func (m *GetNumInstancesRequest) GetModule() string

func (*GetNumInstancesRequest) GetVersion

func (m *GetNumInstancesRequest) GetVersion() string

func (*GetNumInstancesRequest) ProtoMessage

func (*GetNumInstancesRequest) ProtoMessage()

func (*GetNumInstancesRequest) Reset

func (m *GetNumInstancesRequest) Reset()

func (*GetNumInstancesRequest) String

func (m *GetNumInstancesRequest) String() string

func (*GetNumInstancesRequest) XXX_DiscardUnknown

func (m *GetNumInstancesRequest) XXX_DiscardUnknown()

func (*GetNumInstancesRequest) XXX_Marshal

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

func (*GetNumInstancesRequest) XXX_Merge

func (dst *GetNumInstancesRequest) XXX_Merge(src proto.Message)

func (*GetNumInstancesRequest) XXX_Size

func (m *GetNumInstancesRequest) XXX_Size() int

func (*GetNumInstancesRequest) XXX_Unmarshal

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

type GetNumInstancesResponse

type GetNumInstancesResponse struct {
	Instances            *int64   `protobuf:"varint,1,req,name=instances" json:"instances,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNumInstancesResponse) Descriptor

func (*GetNumInstancesResponse) Descriptor() ([]byte, []int)

func (*GetNumInstancesResponse) GetInstances

func (m *GetNumInstancesResponse) GetInstances() int64

func (*GetNumInstancesResponse) ProtoMessage

func (*GetNumInstancesResponse) ProtoMessage()

func (*GetNumInstancesResponse) Reset

func (m *GetNumInstancesResponse) Reset()

func (*GetNumInstancesResponse) String

func (m *GetNumInstancesResponse) String() string

func (*GetNumInstancesResponse) XXX_DiscardUnknown

func (m *GetNumInstancesResponse) XXX_DiscardUnknown()

func (*GetNumInstancesResponse) XXX_Marshal

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

func (*GetNumInstancesResponse) XXX_Merge

func (dst *GetNumInstancesResponse) XXX_Merge(src proto.Message)

func (*GetNumInstancesResponse) XXX_Size

func (m *GetNumInstancesResponse) XXX_Size() int

func (*GetNumInstancesResponse) XXX_Unmarshal

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

type GetVersionsRequest

type GetVersionsRequest struct {
	Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVersionsRequest) Descriptor

func (*GetVersionsRequest) Descriptor() ([]byte, []int)

func (*GetVersionsRequest) GetModule

func (m *GetVersionsRequest) GetModule() string

func (*GetVersionsRequest) ProtoMessage

func (*GetVersionsRequest) ProtoMessage()

func (*GetVersionsRequest) Reset

func (m *GetVersionsRequest) Reset()

func (*GetVersionsRequest) String

func (m *GetVersionsRequest) String() string

func (*GetVersionsRequest) XXX_DiscardUnknown

func (m *GetVersionsRequest) XXX_DiscardUnknown()

func (*GetVersionsRequest) XXX_Marshal

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

func (*GetVersionsRequest) XXX_Merge

func (dst *GetVersionsRequest) XXX_Merge(src proto.Message)

func (*GetVersionsRequest) XXX_Size

func (m *GetVersionsRequest) XXX_Size() int

func (*GetVersionsRequest) XXX_Unmarshal

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

type GetVersionsResponse

type GetVersionsResponse struct {
	Version              []string `protobuf:"bytes,1,rep,name=version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVersionsResponse) Descriptor

func (*GetVersionsResponse) Descriptor() ([]byte, []int)

func (*GetVersionsResponse) GetVersion

func (m *GetVersionsResponse) GetVersion() []string

func (*GetVersionsResponse) ProtoMessage

func (*GetVersionsResponse) ProtoMessage()

func (*GetVersionsResponse) Reset

func (m *GetVersionsResponse) Reset()

func (*GetVersionsResponse) String

func (m *GetVersionsResponse) String() string

func (*GetVersionsResponse) XXX_DiscardUnknown

func (m *GetVersionsResponse) XXX_DiscardUnknown()

func (*GetVersionsResponse) XXX_Marshal

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

func (*GetVersionsResponse) XXX_Merge

func (dst *GetVersionsResponse) XXX_Merge(src proto.Message)

func (*GetVersionsResponse) XXX_Size

func (m *GetVersionsResponse) XXX_Size() int

func (*GetVersionsResponse) XXX_Unmarshal

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

type ModulesServiceError

type ModulesServiceError struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ModulesServiceError) Descriptor

func (*ModulesServiceError) Descriptor() ([]byte, []int)

func (*ModulesServiceError) ProtoMessage

func (*ModulesServiceError) ProtoMessage()

func (*ModulesServiceError) Reset

func (m *ModulesServiceError) Reset()

func (*ModulesServiceError) String

func (m *ModulesServiceError) String() string

func (*ModulesServiceError) XXX_DiscardUnknown

func (m *ModulesServiceError) XXX_DiscardUnknown()

func (*ModulesServiceError) XXX_Marshal

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

func (*ModulesServiceError) XXX_Merge

func (dst *ModulesServiceError) XXX_Merge(src proto.Message)

func (*ModulesServiceError) XXX_Size

func (m *ModulesServiceError) XXX_Size() int

func (*ModulesServiceError) XXX_Unmarshal

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

type ModulesServiceError_ErrorCode

type ModulesServiceError_ErrorCode int32
const (
	ModulesServiceError_OK                ModulesServiceError_ErrorCode = 0
	ModulesServiceError_INVALID_MODULE    ModulesServiceError_ErrorCode = 1
	ModulesServiceError_INVALID_VERSION   ModulesServiceError_ErrorCode = 2
	ModulesServiceError_INVALID_INSTANCES ModulesServiceError_ErrorCode = 3
	ModulesServiceError_TRANSIENT_ERROR   ModulesServiceError_ErrorCode = 4
	ModulesServiceError_UNEXPECTED_STATE  ModulesServiceError_ErrorCode = 5
)

func (ModulesServiceError_ErrorCode) Enum

func (ModulesServiceError_ErrorCode) EnumDescriptor

func (ModulesServiceError_ErrorCode) EnumDescriptor() ([]byte, []int)

func (ModulesServiceError_ErrorCode) String

func (*ModulesServiceError_ErrorCode) UnmarshalJSON

func (x *ModulesServiceError_ErrorCode) UnmarshalJSON(data []byte) error

type SetNumInstancesRequest

type SetNumInstancesRequest struct {
	Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
	Version              *string  `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
	Instances            *int64   `protobuf:"varint,3,req,name=instances" json:"instances,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetNumInstancesRequest) Descriptor

func (*SetNumInstancesRequest) Descriptor() ([]byte, []int)

func (*SetNumInstancesRequest) GetInstances

func (m *SetNumInstancesRequest) GetInstances() int64

func (*SetNumInstancesRequest) GetModule

func (m *SetNumInstancesRequest) GetModule() string

func (*SetNumInstancesRequest) GetVersion

func (m *SetNumInstancesRequest) GetVersion() string

func (*SetNumInstancesRequest) ProtoMessage

func (*SetNumInstancesRequest) ProtoMessage()

func (*SetNumInstancesRequest) Reset

func (m *SetNumInstancesRequest) Reset()

func (*SetNumInstancesRequest) String

func (m *SetNumInstancesRequest) String() string

func (*SetNumInstancesRequest) XXX_DiscardUnknown

func (m *SetNumInstancesRequest) XXX_DiscardUnknown()

func (*SetNumInstancesRequest) XXX_Marshal

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

func (*SetNumInstancesRequest) XXX_Merge

func (dst *SetNumInstancesRequest) XXX_Merge(src proto.Message)

func (*SetNumInstancesRequest) XXX_Size

func (m *SetNumInstancesRequest) XXX_Size() int

func (*SetNumInstancesRequest) XXX_Unmarshal

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

type SetNumInstancesResponse

type SetNumInstancesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetNumInstancesResponse) Descriptor

func (*SetNumInstancesResponse) Descriptor() ([]byte, []int)

func (*SetNumInstancesResponse) ProtoMessage

func (*SetNumInstancesResponse) ProtoMessage()

func (*SetNumInstancesResponse) Reset

func (m *SetNumInstancesResponse) Reset()

func (*SetNumInstancesResponse) String

func (m *SetNumInstancesResponse) String() string

func (*SetNumInstancesResponse) XXX_DiscardUnknown

func (m *SetNumInstancesResponse) XXX_DiscardUnknown()

func (*SetNumInstancesResponse) XXX_Marshal

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

func (*SetNumInstancesResponse) XXX_Merge

func (dst *SetNumInstancesResponse) XXX_Merge(src proto.Message)

func (*SetNumInstancesResponse) XXX_Size

func (m *SetNumInstancesResponse) XXX_Size() int

func (*SetNumInstancesResponse) XXX_Unmarshal

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

type StartModuleRequest

type StartModuleRequest struct {
	Module               *string  `protobuf:"bytes,1,req,name=module" json:"module,omitempty"`
	Version              *string  `protobuf:"bytes,2,req,name=version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartModuleRequest) Descriptor

func (*StartModuleRequest) Descriptor() ([]byte, []int)

func (*StartModuleRequest) GetModule

func (m *StartModuleRequest) GetModule() string

func (*StartModuleRequest) GetVersion

func (m *StartModuleRequest) GetVersion() string

func (*StartModuleRequest) ProtoMessage

func (*StartModuleRequest) ProtoMessage()

func (*StartModuleRequest) Reset

func (m *StartModuleRequest) Reset()

func (*StartModuleRequest) String

func (m *StartModuleRequest) String() string

func (*StartModuleRequest) XXX_DiscardUnknown

func (m *StartModuleRequest) XXX_DiscardUnknown()

func (*StartModuleRequest) XXX_Marshal

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

func (*StartModuleRequest) XXX_Merge

func (dst *StartModuleRequest) XXX_Merge(src proto.Message)

func (*StartModuleRequest) XXX_Size

func (m *StartModuleRequest) XXX_Size() int

func (*StartModuleRequest) XXX_Unmarshal

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

type StartModuleResponse

type StartModuleResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartModuleResponse) Descriptor

func (*StartModuleResponse) Descriptor() ([]byte, []int)

func (*StartModuleResponse) ProtoMessage

func (*StartModuleResponse) ProtoMessage()

func (*StartModuleResponse) Reset

func (m *StartModuleResponse) Reset()

func (*StartModuleResponse) String

func (m *StartModuleResponse) String() string

func (*StartModuleResponse) XXX_DiscardUnknown

func (m *StartModuleResponse) XXX_DiscardUnknown()

func (*StartModuleResponse) XXX_Marshal

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

func (*StartModuleResponse) XXX_Merge

func (dst *StartModuleResponse) XXX_Merge(src proto.Message)

func (*StartModuleResponse) XXX_Size

func (m *StartModuleResponse) XXX_Size() int

func (*StartModuleResponse) XXX_Unmarshal

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

type StopModuleRequest

type StopModuleRequest struct {
	Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
	Version              *string  `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopModuleRequest) Descriptor

func (*StopModuleRequest) Descriptor() ([]byte, []int)

func (*StopModuleRequest) GetModule

func (m *StopModuleRequest) GetModule() string

func (*StopModuleRequest) GetVersion

func (m *StopModuleRequest) GetVersion() string

func (*StopModuleRequest) ProtoMessage

func (*StopModuleRequest) ProtoMessage()

func (*StopModuleRequest) Reset

func (m *StopModuleRequest) Reset()

func (*StopModuleRequest) String

func (m *StopModuleRequest) String() string

func (*StopModuleRequest) XXX_DiscardUnknown

func (m *StopModuleRequest) XXX_DiscardUnknown()

func (*StopModuleRequest) XXX_Marshal

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

func (*StopModuleRequest) XXX_Merge

func (dst *StopModuleRequest) XXX_Merge(src proto.Message)

func (*StopModuleRequest) XXX_Size

func (m *StopModuleRequest) XXX_Size() int

func (*StopModuleRequest) XXX_Unmarshal

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

type StopModuleResponse

type StopModuleResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopModuleResponse) Descriptor

func (*StopModuleResponse) Descriptor() ([]byte, []int)

func (*StopModuleResponse) ProtoMessage

func (*StopModuleResponse) ProtoMessage()

func (*StopModuleResponse) Reset

func (m *StopModuleResponse) Reset()

func (*StopModuleResponse) String

func (m *StopModuleResponse) String() string

func (*StopModuleResponse) XXX_DiscardUnknown

func (m *StopModuleResponse) XXX_DiscardUnknown()

func (*StopModuleResponse) XXX_Marshal

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

func (*StopModuleResponse) XXX_Merge

func (dst *StopModuleResponse) XXX_Merge(src proto.Message)

func (*StopModuleResponse) XXX_Size

func (m *StopModuleResponse) XXX_Size() int

func (*StopModuleResponse) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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