Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + var SystemServiceError_ErrorCode_name = map[int32]string + var SystemServiceError_ErrorCode_value = map[string]int32 + type GetSystemStatsRequest struct + XXX_unrecognized []byte + func (*GetSystemStatsRequest) ProtoMessage() + func (m *GetSystemStatsRequest) Reset() + func (m *GetSystemStatsRequest) String() string + type GetSystemStatsResponse struct + Cpu *SystemStat + Memory *SystemStat + XXX_unrecognized []byte + func (*GetSystemStatsResponse) ProtoMessage() + func (m *GetSystemStatsResponse) GetCpu() *SystemStat + func (m *GetSystemStatsResponse) GetMemory() *SystemStat + func (m *GetSystemStatsResponse) Reset() + func (m *GetSystemStatsResponse) String() string + type StartBackgroundRequestRequest struct + XXX_unrecognized []byte + func (*StartBackgroundRequestRequest) ProtoMessage() + func (m *StartBackgroundRequestRequest) Reset() + func (m *StartBackgroundRequestRequest) String() string + type StartBackgroundRequestResponse struct + RequestId *string + XXX_unrecognized []byte + func (*StartBackgroundRequestResponse) ProtoMessage() + func (m *StartBackgroundRequestResponse) GetRequestId() string + func (m *StartBackgroundRequestResponse) Reset() + func (m *StartBackgroundRequestResponse) String() string + type SystemServiceError struct + XXX_unrecognized []byte + func (*SystemServiceError) ProtoMessage() + func (m *SystemServiceError) Reset() + func (m *SystemServiceError) String() string + type SystemServiceError_ErrorCode int32 + const SystemServiceError_BACKEND_REQUIRED + const SystemServiceError_INTERNAL_ERROR + const SystemServiceError_LIMIT_REACHED + const SystemServiceError_OK + func (x *SystemServiceError_ErrorCode) UnmarshalJSON(data []byte) error + func (x SystemServiceError_ErrorCode) Enum() *SystemServiceError_ErrorCode + func (x SystemServiceError_ErrorCode) String() string + type SystemStat struct + Average10M *float64 + Average1M *float64 + Current *float64 + Rate10M *float64 + Rate1M *float64 + Total *float64 + XXX_unrecognized []byte + func (*SystemStat) ProtoMessage() + func (m *SystemStat) GetAverage10M() float64 + func (m *SystemStat) GetAverage1M() float64 + func (m *SystemStat) GetCurrent() float64 + func (m *SystemStat) GetRate10M() float64 + func (m *SystemStat) GetRate1M() float64 + func (m *SystemStat) GetTotal() float64 + func (m *SystemStat) Reset() + func (m *SystemStat) String() string