Documentation ¶
Index ¶
- type CommonConfigLinks
- type CompileConfigsRequest
- type CompiledConfigResponse
- type ConfigIdRequest
- type ConfigModuleInfo
- type Connection
- type CreateUpdateConfigRequest
- type CreateUpdateConfigResponse
- type DeleteCommonConfigResponse
- type DeleteResponse
- type GetByModuleIdRequest
- type GetByModuleNameRequest
- type ModuleInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonConfigLinks ¶
type CompileConfigsRequest ¶
type CompiledConfigResponse ¶
type CompiledConfigResponse map[string]interface{}
type ConfigIdRequest ¶
type ConfigIdRequest struct {
Id string `json:"id" valid:"required~Required"`
}
type ConfigModuleInfo ¶
type Connection ¶
type Connection struct { LibVersion string Version string Address structure.AddressConfiguration Endpoints []structure.EndpointConfig `json:",omitempty"` EstablishedAt time.Time }
type CreateUpdateConfigResponse ¶
type CreateUpdateConfigResponse struct { ErrorDetails map[string]string Config *ConfigModuleInfo }
type DeleteCommonConfigResponse ¶
type DeleteCommonConfigResponse struct { Deleted bool Links CommonConfigLinks }
type DeleteResponse ¶
type DeleteResponse struct {
Deleted int
}
type GetByModuleIdRequest ¶
type GetByModuleIdRequest struct {
ModuleId string `valid:"required~Required"`
}
type GetByModuleNameRequest ¶
type GetByModuleNameRequest struct {
ModuleName string `valid:"required~Required"`
}
type ModuleInfo ¶
Click to show internal directories.
Click to hide internal directories.