Versions in this module Expand all Collapse all v0 v0.1.2 Apr 21, 2021 Changes in this version + type BaseRequest struct + RequestId string + type BaseResponse struct + Message interface{} + RequestId string + StatusCode int + func NewBaseResponse(requestId string, message string, statusCode int) BaseResponse + type BaseWithIdResponse struct + Id string + func NewBaseWithIdResponse(requestId string, message string, statusCode int, id string) BaseWithIdResponse + type ConfigResponse struct + Config interface{} + func NewConfigResponse(serviceConfig interface{}) ConfigResponse + type Metrics struct + CpuBusyAvg uint8 + MemAlloc uint64 + MemFrees uint64 + MemLiveObjects uint64 + MemMallocs uint64 + MemSys uint64 + MemTotalAlloc uint64 + type MetricsResponse struct + Metrics Metrics + func NewMetricsResponse(metrics Metrics) MetricsResponse + type PingResponse struct + Timestamp string + func NewPingResponse() PingResponse + type VersionResponse struct + Version string + func NewVersionResponse(version string) VersionResponse + type VersionSdkResponse struct + SdkVersion string + func NewVersionSdkResponse(appVersion string, sdkVersion string) VersionSdkResponse + type Versionable struct + ApiVersion string + func NewVersionable() Versionable