Documentation ¶
Overview ¶
Package datasource provides functionalities to manage and apply data sources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DataSourceCmd = &cobra.Command{ Use: "datasource", Short: "Manage data sources within a minder control plane", Long: "The data source subcommand allows the management of data sources within Minder.", RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Usage() }, }
DataSourceCmd is the root command for the data source subcommands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.