Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataFlag ¶ added in v0.3.0
type DataFlag struct {
Target *map[string]interface{}
}
DataFlag handles file references with @file syntax
type ServiceCommand ¶ added in v0.2.0
type ServiceCommand struct {
API api.API
Headers map[string]string
DryRun bool
LogHTTP bool
Insecure bool
CACertPath string
Client *http.Client
}
func NewServiceCommand ¶ added in v0.2.0
func (*ServiceCommand) Execute ¶ added in v0.2.0
func (s *ServiceCommand) Execute(args []string) (*Result, error)
func (*ServiceCommand) PrintHelp ¶ added in v0.2.0
func (s *ServiceCommand) PrintHelp() string
Click to show internal directories.
Click to hide internal directories.