Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatekeeperEnvironment ¶
type GatekeeperEnvironment struct {
AuthURL string `json:"auth_url"`
Realm string `json:"realm"`
ClientID string `json:"client_id"`
}
GatekeeperEnvironment : Codewind Gatekeeper Environment
func GetGatekeeperEnvironment ¶
func GetGatekeeperEnvironment(httpClient utils.HTTPClient, host string) (*GatekeeperEnvironment, error)
GetGatekeeperEnvironment : Fetch the Gatekeeper environment
Click to show internal directories.
Click to hide internal directories.