Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flipt ¶
type Flipt struct { Version string `json:"version,omitempty"` LatestVersion string `json:"latestVersion,omitempty"` LatestVersionURL string `json:"latestVersionURL,omitempty"` Commit string `json:"commit,omitempty"` BuildDate string `json:"buildDate,omitempty"` GoVersion string `json:"goVersion,omitempty"` UpdateAvailable bool `json:"updateAvailable"` IsRelease bool `json:"isRelease"` OS string `json:"os,omitempty"` Arch string `json:"arch,omitempty"` Authentication authentication `json:"authentication"` Storage storage `json:"storage"` Analytics *analytics `json:"analytics,omitempty"` UI *ui `json:"ui,omitempty"` }
func (Flipt) IsDevelopment ¶ added in v1.18.1
type Option ¶ added in v1.53.0
type Option func(f *Flipt)
func WithConfig ¶ added in v1.53.0
func WithLatestRelease ¶ added in v1.53.0
Click to show internal directories.
Click to hide internal directories.