Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllProviderKinds = []ProviderKind{ ProviderKindMock, ProviderKindGitlab, ProviderKindGithub, ProviderKindGoogle, ProviderKindTeleport, ProviderKindAWS, ProviderKindCloudflare, }
Functions ¶
This section is empty.
Types ¶
type ProviderKind ¶
type ProviderKind string
const ( ProviderKindMock ProviderKind = "mock" ProviderKindGitlab ProviderKind = "gitlab" ProviderKindGithub ProviderKind = "github" ProviderKindGoogle ProviderKind = "google" ProviderKindTeleport ProviderKind = "teleport" ProviderKindAWS ProviderKind = "aws" ProviderKindCloudflare ProviderKind = "cloudflare" )
Click to show internal directories.
Click to hide internal directories.