Documentation ¶
Index ¶
- Constants
- func NewAgentEchoServerUpdateTerminatorCmd(p common.OptionsProvider) *cobra.Command
- func NewDemoCmd(p common.OptionsProvider) *cobra.Command
- func NewZitiEchoClient(identityJson string) (*zitiEchoClient, error)
- type AgentEchoServerUpdateTerminatorAction
- type PlainEchoServerActions
- type TutorialOptions
- type ZitiEchoServerActions
Constants ¶
View Source
const ( EchoServerAppId = 100 EchoServerUpdateTerminator = 1000 EchoServerPrecedenceHeader = 1000 EchoServerCostHeader = 1001 )
Variables ¶
This section is empty.
Functions ¶
func NewAgentEchoServerUpdateTerminatorCmd ¶
func NewAgentEchoServerUpdateTerminatorCmd(p common.OptionsProvider) *cobra.Command
func NewDemoCmd ¶
func NewDemoCmd(p common.OptionsProvider) *cobra.Command
func NewZitiEchoClient ¶ added in v0.29.0
Types ¶
type AgentEchoServerUpdateTerminatorAction ¶
type AgentEchoServerUpdateTerminatorAction struct { agentcli.AgentOptions // contains filtered or unexported fields }
func (*AgentEchoServerUpdateTerminatorAction) Run ¶
func (self *AgentEchoServerUpdateTerminatorAction) Run() error
Run implements the command
type PlainEchoServerActions ¶ added in v0.29.0
type PlainEchoServerActions struct {
// contains filtered or unexported fields
}
func (*PlainEchoServerActions) Start ¶ added in v0.29.0
func (self *PlainEchoServerActions) Start(ctx *runzmd.ActionContext) error
func (*PlainEchoServerActions) Stop ¶ added in v0.29.0
func (self *PlainEchoServerActions) Stop(ctx *runzmd.ActionContext) error
type TutorialOptions ¶ added in v0.29.0
type TutorialOptions struct { ControllerUrl string Username string Password string NewlinePause time.Duration AssumeDefault bool }
func (*TutorialOptions) GetControllerUrl ¶ added in v0.29.0
func (self *TutorialOptions) GetControllerUrl() string
func (*TutorialOptions) GetPassword ¶ added in v0.29.0
func (self *TutorialOptions) GetPassword() string
func (*TutorialOptions) GetUsername ¶ added in v0.29.0
func (self *TutorialOptions) GetUsername() string
type ZitiEchoServerActions ¶ added in v0.29.0
type ZitiEchoServerActions struct {
// contains filtered or unexported fields
}
func (*ZitiEchoServerActions) Start ¶ added in v0.29.0
func (self *ZitiEchoServerActions) Start(ctx *runzmd.ActionContext) error
func (*ZitiEchoServerActions) Stop ¶ added in v0.29.0
func (self *ZitiEchoServerActions) Stop(*runzmd.ActionContext) error
Source Files ¶
- echo_server.go
- echo_server_update_terminator.go
- first-service-tutorial.go
- plain_echo_client.go
- plain_echo_client_cmd.go
- plain_echo_server.go
- plain_echo_server_cmd.go
- root.go
- setup-client.go
- setup-multi-router-tunneler-hosted-service.go
- setup-multi-sdk-service.go
- setup-multi-tunneler-hosted-service.go
- setup-router-tunneler-both-sides.go
- setup-single-router-tunneler-hosted-service.go
- setup-single-sdk-service.go
- setup-update-config-addressable.go
- setup-update-config-ha.go
- zcat.go
- zcat_closetest.go
- ziti_echo_client.go
- ziti_echo_client_cmd.go
- ziti_echo_server.go
- ziti_echo_server_cmd.go
Click to show internal directories.
Click to hide internal directories.