Documentation ¶
Index ¶
- func GenCommandList() (cmdList []*cli.Command)
- func NewCreateEndpointCommand() *cli.Command
- func NewCreateGrpcCommand() *cli.Command
- func NewCreateHttpCommand() *cli.Command
- func NewCreateProjectCommand() *cli.Command
- func NewCreateServiceCommand() *cli.Command
- type CreateEndpointCommand
- type CreateGrpcCommand
- type CreateHttpCommand
- type CreateProjectCommand
- type CreateServiceCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenCommandList ¶
func NewCreateEndpointCommand ¶ added in v1.1.0
func NewCreateGrpcCommand ¶ added in v1.1.0
func NewCreateHttpCommand ¶ added in v1.1.0
func NewCreateProjectCommand ¶
func NewCreateServiceCommand ¶ added in v1.1.0
Types ¶
type CreateEndpointCommand ¶ added in v1.1.0
type CreateEndpointCommand struct { }
func (*CreateEndpointCommand) Main ¶ added in v1.1.0
func (t *CreateEndpointCommand) Main()
type CreateGrpcCommand ¶ added in v1.1.0
type CreateGrpcCommand struct { }
func (*CreateGrpcCommand) Main ¶ added in v1.1.0
func (t *CreateGrpcCommand) Main()
type CreateHttpCommand ¶ added in v1.1.0
type CreateHttpCommand struct { }
func (*CreateHttpCommand) Main ¶ added in v1.1.0
func (t *CreateHttpCommand) Main()
type CreateProjectCommand ¶
type CreateProjectCommand struct { }
func (*CreateProjectCommand) Main ¶
func (t *CreateProjectCommand) Main()
type CreateServiceCommand ¶ added in v1.1.0
type CreateServiceCommand struct { }
func (*CreateServiceCommand) Main ¶ added in v1.1.0
func (t *CreateServiceCommand) Main()
Click to show internal directories.
Click to hide internal directories.