Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionPatch ¶
type FunctionPatch []struct { Message string `yaml:"message"` Functions kind.NetworkFunctions `yaml:"functions"` }
type PatchNetworkCommand ¶
type PatchNetworkCommand struct {
// contains filtered or unexported fields
}
func NewPatchNetworkCommand ¶
func NewPatchNetworkCommand(name string) *PatchNetworkCommand
func (PatchNetworkCommand) FlagSet ¶
func (c PatchNetworkCommand) FlagSet() *flag.FlagSet
func (PatchNetworkCommand) Name ¶
func (c PatchNetworkCommand) Name() string
func (*PatchNetworkCommand) Parse ¶
func (c *PatchNetworkCommand) Parse(args []string) error
func (*PatchNetworkCommand) Run ¶
func (c *PatchNetworkCommand) Run() error
Click to show internal directories.
Click to hide internal directories.