Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTutorialCmd ¶
func NewTutorialCmd(p common.OptionsProvider) *cobra.Command
func NewZitiEchoClient ¶
Types ¶
type PlainEchoServerActions ¶
type PlainEchoServerActions struct {
// contains filtered or unexported fields
}
func (*PlainEchoServerActions) Start ¶
func (self *PlainEchoServerActions) Start(ctx *runzmd.ActionContext) error
func (*PlainEchoServerActions) Stop ¶
func (self *PlainEchoServerActions) Stop(ctx *runzmd.ActionContext) error
type TutorialOptions ¶
type TutorialOptions struct { ControllerUrl string Username string Password string NewlinePause time.Duration AssumeDefault bool }
func (*TutorialOptions) GetControllerUrl ¶
func (self *TutorialOptions) GetControllerUrl() string
func (*TutorialOptions) GetPassword ¶
func (self *TutorialOptions) GetPassword() string
func (*TutorialOptions) GetUsername ¶
func (self *TutorialOptions) GetUsername() string
type ZitiEchoServerActions ¶
type ZitiEchoServerActions struct {
// contains filtered or unexported fields
}
func (*ZitiEchoServerActions) Start ¶
func (self *ZitiEchoServerActions) Start(ctx *runzmd.ActionContext) error
func (*ZitiEchoServerActions) Stop ¶
func (self *ZitiEchoServerActions) Stop(*runzmd.ActionContext) error
Click to show internal directories.
Click to hide internal directories.