Documentation ¶
Index ¶
- Constants
- type Config
- func (config *Config) Apply(user *authentication.User, jsonData []byte) (contracts.Response, error)
- func (config *Config) Compare(user *authentication.User, jsonData []byte) (contracts.Response, error)
- func (config *Config) Delete(user *authentication.User, jsonData []byte) (contracts.Response, error)
- func (config *Config) Get(request contracts.Control) contracts.Response
- func (config *Config) GetShared() interface{}
- func (config *Config) List(request contracts.Control) contracts.Response
- func (config *Config) ListSupported(request contracts.Control) contracts.Response
- func (config *Config) Remove(request contracts.Control) contracts.Response
- func (config *Config) Run(operation string, request contracts.Control) contracts.Response
- func (config *Config) Start() error
- type Shared
Constants ¶
View Source
const KIND string = "configuration"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Started bool Client *http.Client Definition v1.ConfigurationDefinition }
func (*Config) ListSupported ¶
Click to show internal directories.
Click to hide internal directories.