Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Socket string `toml:"socket"`
WorkDir string `toml:"workdir"`
// Deprecated
SocketPath string `toml:"socketPath"`
}
func LoadConfig ¶
type Constellation ¶
type Constellation struct {
// contains filtered or unexported fields
}
func MaybeNew ¶
func MaybeNew(path string) *Constellation
func MustNew ¶
func MustNew(path string) *Constellation
func New ¶
func New(path string) (*Constellation, error)
Click to show internal directories.
Click to hide internal directories.