Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type ManagedConnect ¶
type ManagedServe ¶
type Network ¶
type Network struct {
Serves []ManagedServe
Connects []ManagedConnect
}
type Root ¶
type Root interface {
Metadata() *Metadata
Obliterate() error
HasConfig() (bool, error)
Config() *Config
SetConfig(cfg *Config) error
Client() (*api.Client, error)
APIEndpoint() (string, string)
IsEnabled() bool
Environment() *Environment
SetEnvironment(env *Environment) error
DeleteEnvironment() error
Network() *Network
SetNetwork(network *Network) error
DeleteNetwork() error
NetworkSocketPath() (string, error)
ZitiIdentityNamed(name string) (string, error)
SaveZitiIdentityNamed(name, data string) error
DeleteZitiIdentityNamed(name string) error
}
Click to show internal directories.
Click to hide internal directories.