Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { URL string ID string Key string Retries string RetryDelaySec string Encrypt string SkipTLS bool }
Config represents the parameters for bootstrapping.
type ConfigContent ¶
type ConfigContent struct {
Content string `json:"content"`
}
Click to show internal directories.
Click to hide internal directories.