Documentation
¶
Overview ¶
Package hub handles updating systems and serving the web UI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Systems []SystemConfig `yaml:"systems"`
}
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
func NewHub ¶
func NewHub(app *pocketbase.PocketBase) *Hub
Click to show internal directories.
Click to hide internal directories.