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