Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd[T any, PtrT *T]( ctx context.Context, name string, cfg PtrT, validateF func(ctx context.Context, cfg PtrT) error, getConnector func(ctx context.Context, cfg PtrT) (types.ConnectorServer, error), runF func(ctx context.Context, cfg PtrT) error, ) (*cobra.Command, error)
NewCmd returns a new cobra command that will populate the provided config object, validate it, and run the provided run function.
Types ¶
type BaseConfig ¶
Click to show internal directories.
Click to hide internal directories.