Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + var ModulesServiceError_ErrorCode_name = map[int32]string + var ModulesServiceError_ErrorCode_value = map[string]int32 + type GetDefaultVersionRequest struct + Module *string + XXX_unrecognized []byte + func (*GetDefaultVersionRequest) ProtoMessage() + func (m *GetDefaultVersionRequest) GetModule() string + func (m *GetDefaultVersionRequest) Reset() + func (m *GetDefaultVersionRequest) String() string + type GetDefaultVersionResponse struct + Version *string + XXX_unrecognized []byte + func (*GetDefaultVersionResponse) ProtoMessage() + func (m *GetDefaultVersionResponse) GetVersion() string + func (m *GetDefaultVersionResponse) Reset() + func (m *GetDefaultVersionResponse) String() string + type GetHostnameRequest struct + Instance *string + Module *string + Version *string + XXX_unrecognized []byte + func (*GetHostnameRequest) ProtoMessage() + func (m *GetHostnameRequest) GetInstance() string + func (m *GetHostnameRequest) GetModule() string + func (m *GetHostnameRequest) GetVersion() string + func (m *GetHostnameRequest) Reset() + func (m *GetHostnameRequest) String() string + type GetHostnameResponse struct + Hostname *string + XXX_unrecognized []byte + func (*GetHostnameResponse) ProtoMessage() + func (m *GetHostnameResponse) GetHostname() string + func (m *GetHostnameResponse) Reset() + func (m *GetHostnameResponse) String() string + type GetModulesRequest struct + XXX_unrecognized []byte + func (*GetModulesRequest) ProtoMessage() + func (m *GetModulesRequest) Reset() + func (m *GetModulesRequest) String() string + type GetModulesResponse struct + Module []string + XXX_unrecognized []byte + func (*GetModulesResponse) ProtoMessage() + func (m *GetModulesResponse) GetModule() []string + func (m *GetModulesResponse) Reset() + func (m *GetModulesResponse) String() string + type GetNumInstancesRequest struct + Module *string + Version *string + XXX_unrecognized []byte + func (*GetNumInstancesRequest) ProtoMessage() + func (m *GetNumInstancesRequest) GetModule() string + func (m *GetNumInstancesRequest) GetVersion() string + func (m *GetNumInstancesRequest) Reset() + func (m *GetNumInstancesRequest) String() string + type GetNumInstancesResponse struct + Instances *int64 + XXX_unrecognized []byte + func (*GetNumInstancesResponse) ProtoMessage() + func (m *GetNumInstancesResponse) GetInstances() int64 + func (m *GetNumInstancesResponse) Reset() + func (m *GetNumInstancesResponse) String() string + type GetVersionsRequest struct + Module *string + XXX_unrecognized []byte + func (*GetVersionsRequest) ProtoMessage() + func (m *GetVersionsRequest) GetModule() string + func (m *GetVersionsRequest) Reset() + func (m *GetVersionsRequest) String() string + type GetVersionsResponse struct + Version []string + XXX_unrecognized []byte + func (*GetVersionsResponse) ProtoMessage() + func (m *GetVersionsResponse) GetVersion() []string + func (m *GetVersionsResponse) Reset() + func (m *GetVersionsResponse) String() string + type ModulesServiceError struct + XXX_unrecognized []byte + func (*ModulesServiceError) ProtoMessage() + func (m *ModulesServiceError) Reset() + func (m *ModulesServiceError) String() string + type ModulesServiceError_ErrorCode int32 + const ModulesServiceError_INVALID_INSTANCES + const ModulesServiceError_INVALID_MODULE + const ModulesServiceError_INVALID_VERSION + const ModulesServiceError_OK + const ModulesServiceError_TRANSIENT_ERROR + const ModulesServiceError_UNEXPECTED_STATE + func (x *ModulesServiceError_ErrorCode) UnmarshalJSON(data []byte) error + func (x ModulesServiceError_ErrorCode) Enum() *ModulesServiceError_ErrorCode + func (x ModulesServiceError_ErrorCode) String() string + type SetNumInstancesRequest struct + Instances *int64 + Module *string + Version *string + XXX_unrecognized []byte + func (*SetNumInstancesRequest) ProtoMessage() + func (m *SetNumInstancesRequest) GetInstances() int64 + func (m *SetNumInstancesRequest) GetModule() string + func (m *SetNumInstancesRequest) GetVersion() string + func (m *SetNumInstancesRequest) Reset() + func (m *SetNumInstancesRequest) String() string + type SetNumInstancesResponse struct + XXX_unrecognized []byte + func (*SetNumInstancesResponse) ProtoMessage() + func (m *SetNumInstancesResponse) Reset() + func (m *SetNumInstancesResponse) String() string + type StartModuleRequest struct + Module *string + Version *string + XXX_unrecognized []byte + func (*StartModuleRequest) ProtoMessage() + func (m *StartModuleRequest) GetModule() string + func (m *StartModuleRequest) GetVersion() string + func (m *StartModuleRequest) Reset() + func (m *StartModuleRequest) String() string + type StartModuleResponse struct + XXX_unrecognized []byte + func (*StartModuleResponse) ProtoMessage() + func (m *StartModuleResponse) Reset() + func (m *StartModuleResponse) String() string + type StopModuleRequest struct + Module *string + Version *string + XXX_unrecognized []byte + func (*StopModuleRequest) ProtoMessage() + func (m *StopModuleRequest) GetModule() string + func (m *StopModuleRequest) GetVersion() string + func (m *StopModuleRequest) Reset() + func (m *StopModuleRequest) String() string + type StopModuleResponse struct + XXX_unrecognized []byte + func (*StopModuleResponse) ProtoMessage() + func (m *StopModuleResponse) Reset() + func (m *StopModuleResponse) String() string