Documentation
¶
Index ¶
Constants ¶
View Source
const ( CliServer CliValues = "server" CliApiKey CliValues = "apikey" CliApiBasePath CliValues = "apibasepath" CliFolderName CliValues = "foldername" CliYamlTargetFile CliValues = "file" CliDevDatasourceName string = "datasource_name" CliDevSubnet string = "subnet" CliDevGateway = "gateway" )
Variables ¶
This section is empty.
Functions ¶
func GetFlagEnvByFlagName ¶
Types ¶
type APIKeyReader ¶
type APIKeyReader struct{}
func (APIKeyReader) ReadResponse ¶
func (APIKeyReader) ReadResponse(cr runtime.ClientResponse, c runtime.Consumer) (interface{}, error)
type DashboardCreator ¶
type Option ¶
func DashboardBuilder ¶
func DashboardBuilder(d DashboardCreator) Option
func DefaultDevRunDataSource ¶
type Runner ¶
type Runner struct { Dashboard DashboardCreator // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.