Documentation ¶
Index ¶
- func AdditionalCommands(_ string, _ []field.SchemaField) []*cobra.Command
- func MakeCapabilitiesCommand(ctx context.Context, name string, v *viper.Viper, ...) func(*cobra.Command, []string) error
- func MakeGRPCServerCommand(ctx context.Context, name string, v *viper.Viper, ...) func(*cobra.Command, []string) error
- func MakeMainCommand(ctx context.Context, name string, v *viper.Viper, ...) func(*cobra.Command, []string) error
- type GetConnectorFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdditionalCommands ¶ added in v0.2.0
func AdditionalCommands(_ string, _ []field.SchemaField) []*cobra.Command
func MakeCapabilitiesCommand ¶ added in v0.2.0
func MakeGRPCServerCommand ¶ added in v0.2.0
func MakeMainCommand ¶ added in v0.2.0
func MakeMainCommand( ctx context.Context, name string, v *viper.Viper, confschema field.Configuration, getconnector GetConnectorFunc, opts ...connectorrunner.Option, ) func(*cobra.Command, []string) error
Types ¶
type GetConnectorFunc ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.