Documentation ¶
Index ¶
- Constants
- func Assert() (bool, error)
- type Root
- func (r *Root) ApiEndpoint() (string, string)
- func (r *Root) Client() (*rest_client_zrok.Zrok, error)
- func (r *Root) Config() *env_core.Config
- func (r *Root) DeleteEnvironment() error
- func (r *Root) DeleteZitiIdentityNamed(name string) error
- func (r *Root) Environment() *env_core.Environment
- func (r *Root) EnvironmentIdentityName() string
- func (r *Root) HasConfig() (bool, error)
- func (r *Root) IsEnabled() bool
- func (r *Root) Metadata() *env_core.Metadata
- func (r *Root) Obliterate() error
- func (r *Root) PublicIdentityName() string
- func (r *Root) SaveZitiIdentityNamed(name, data string) error
- func (r *Root) SetConfig(cfg *env_core.Config) error
- func (r *Root) SetEnvironment(env *env_core.Environment) error
- func (r *Root) ZitiIdentityNamed(name string) (string, error)
Constants ¶
View Source
const V = "v0.3"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Root ¶
type Root struct {
// contains filtered or unexported fields
}
func (*Root) ApiEndpoint ¶
func (*Root) DeleteEnvironment ¶
func (*Root) DeleteZitiIdentityNamed ¶
func (*Root) Environment ¶
func (r *Root) Environment() *env_core.Environment
func (*Root) EnvironmentIdentityName ¶
func (*Root) Obliterate ¶
func (*Root) PublicIdentityName ¶
func (*Root) SaveZitiIdentityNamed ¶
func (*Root) SetEnvironment ¶
func (r *Root) SetEnvironment(env *env_core.Environment) error
Click to show internal directories.
Click to hide internal directories.