Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Host string
Port int
TLS *types.TLSOptions
APIURL string
}
Config represents the dashboard configuration
type Dashboardd ¶
type Dashboardd struct {
Config
Assets *asset.Collection
// contains filtered or unexported fields
}
Dashboardd represents the dashboard daemon
func (*Dashboardd) Err ¶
func (d *Dashboardd) Err() <-chan error
Err returns a channel to listen for terminal errors on.
Click to show internal directories.
Click to hide internal directories.