Documentation ¶
Index ¶
- type Analyticer
- type Auther
- type Conditioner
- type Configurer
- type IPCommunicator
- type Outputer
- type Projecter
- type Projectfiler
- type Prompter
- type Subsheller
- type SvcModeler
- type Values
- func (v *Values) Analytics() analytics.Dispatcher
- func (v *Values) Auth() *authentication.Auth
- func (v *Values) Conditional() *constraints.Conditional
- func (v *Values) Config() *config.Instance
- func (v *Values) IPComm() svcctl.IPCommunicator
- func (v *Values) Output() output.Outputer
- func (v *Values) Project() *project.Project
- func (v *Values) Projectfile() *projectfile.Project
- func (v *Values) Prompt() prompt.Prompter
- func (v *Values) SetProject(p *project.Project)
- func (v *Values) Subshell() subshell.SubShell
- func (v *Values) SvcModel() *model.SvcModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyticer ¶
type Analyticer interface {
Analytics() analytics.Dispatcher
}
type Auther ¶
type Auther interface {
Auth() *authentication.Auth
}
type Conditioner ¶
type Conditioner interface {
Conditional() *constraints.Conditional
}
type Configurer ¶
type IPCommunicator ¶
type IPCommunicator interface {
IPComm() svcctl.IPCommunicator
}
type Projectfiler ¶
type Projectfiler interface {
Projectfile() *projectfile.Project
}
type Subsheller ¶
type SvcModeler ¶
type Values ¶
type Values struct {
// contains filtered or unexported fields
}
func (*Values) Analytics ¶
func (v *Values) Analytics() analytics.Dispatcher
func (*Values) Auth ¶
func (v *Values) Auth() *authentication.Auth
func (*Values) Conditional ¶
func (v *Values) Conditional() *constraints.Conditional
func (*Values) IPComm ¶
func (v *Values) IPComm() svcctl.IPCommunicator
func (*Values) Projectfile ¶
func (v *Values) Projectfile() *projectfile.Project
func (*Values) SetProject ¶
Click to show internal directories.
Click to hide internal directories.