Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientSemVer ¶ added in v0.1.2
ClientSemVer - returns the full semVer as the first string and the numerical portion as the second string, they may be identical. One example where they would not be is:
semVer: v0.1.1-cacert -> (v0.1.1-cacert, v0.1.1).
Types ¶
type AuthSuccess ¶
type AuthSuccess struct { }
AuthSuccess - Varibles to extract on a resty auth success
type SessionData ¶
type SessionData struct { SessionID string `json:"session_id"` ValidUntil string `json:"valid_until"` }
SessionData - Session Authorization Info
Source Files ¶
- apply.go
- apply_cm-settings.go
- apply_database-cr.go
- apply_default-cr.go
- apply_image-tag.go
- apply_system-settings.go
- apply_vault-key.go
- auth.go
- changelog.go
- create.go
- create_database.go
- delete.go
- environment_info.go
- get.go
- get_accounts.go
- get_cm-settings.go
- get_database-cr.go
- get_database-status.go
- get_default-cr.go
- get_image-tag.go
- get_system-settings.go
- get_vault-key.go
- list.go
- list_database.go
- main.go
- pause.go
- restart.go
- restart_database.go
- resume.go
- rollback.go
- rollback_cm-settings.go
- rollback_database-cr.go
- rollback_default-cr.go
- rollback_system-settings.go
- rollback_vault-key.go
- tui_functions.go
- version.go
- versions.go
- versions_cm-settings.go
- versions_database-cr.go
- versions_default-cr.go
- versions_system-settings.go
- versions_vault-key.go
Click to show internal directories.
Click to hide internal directories.