Documentation
¶
Index ¶
Constants ¶
View Source
const ( HostnameEntry = "hostname" SchemeEntry = "scheme" ApiKeyEntry = "blink-api-key" WorkspaceIdEntry = "workspace-id" )
View Source
const ( ApiKeyFlagName = "api-key" WorkspaceNameFlagName = "workspace" WorkspaceIDAutoGenFlagName = "ws_id" IDFlagName = "id" QueryFlagName = "q" RecordFlag = "record" WorkspaceIDCobraKey = "workspace-id" APIKeyCobraKey = "blink-api-key" FileFlagName = "file" AutomationPackFlag = "pack-name" PublishFlag = "publish" AutomationPackShortFlag = "p" NameFlagName = "name" DescriptionFlagName = "description" IsDefaultFlagName = "is-default" TagsFlagName = "tags" )
View Source
const ( CompletionAutoGen = "completion [Bash|Zsh|Fish|Powershell]" HelpAutoGen = "help" )
View Source
const (
ApiKeyHeader = "BLINK-API-KEY"
)
View Source
const (
DefaultBlinkHostname = "https://app.blinkops.com"
)
View Source
const (
GetAutomationPackByDisplayNameQueryFormat = `{"limit":1,"offset":0,"filter":{"display_name":{"$eq":"%s"}},"ci":true,"select":["id"]}`
)
Variables ¶
This section is empty.
Functions ¶
func AddAllowedOperation ¶ added in v0.3.4
func AddAllowedOperation(name string)
func AllowedOperations ¶ added in v0.3.1
func AllowedOperations() []string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.