Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonResponse ¶
type JsonResponse struct {
Error string `json:"error,omitempty"`
Data interface{} `json:"data,omitempty"`
}
type VersionJson ¶
type YamlConfig ¶
type YamlConfig struct {
Workspaces []YamlWorkspace `yaml:"workspaces"`
}
Struct to unmarshal the yaml config file used by the service at start time
type YamlWorkspace ¶
type YamlWorkspace struct {
Id string `yaml:"id"`
Name string `yaml:"name"`
Secret string `yaml:"secret"`
}
Struct to unmarshal the workspaces of the yaml config file
Click to show internal directories.
Click to hide internal directories.