Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct { // AllowedUsers holds a list of names of users allowed to use the service. AllowedUsers []string // ImageName holds the name of the LXD image to use to create containers. ImageName string // JujuAddrs holds the addresses of the current Juju controller. JujuAddrs []string // JujuCert holds the controller CA certificate in PEM format. JujuCert string // LXDSocketPath holds the path to the LXD unix socket. LXDSocketPath string // Profiles holds the LXD profiles to use when launching containers. Profiles []string // SessionDuration holds time duration before expiring container sessions. SessionDuration time.Duration // WelcomeMessage optionally holds an initial welcome message for users. WelcomeMessage string }
Params holds parameters for running the server.
Click to show internal directories.
Click to hide internal directories.