Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FullVersionName = fmt.Sprintf("%s-%s", Version, Tag)
FullVersionName is the user-visible aggregation of version and tag of this codebase
View Source
var Tag = "dev"
Tag field denotes the specific build type for the broker. It may be replaced by compile-time variables if needed to provide the git commit information in the final binary.
View Source
var Version = "1.1.1"
Version field is a SemVer that should indicate the baked-in version
Functions ¶
This section is empty.
Types ¶
type ProvideConjurSecrets ¶ added in v0.3.0
type ProvideConjurSecrets func(AccessToken access_token.AccessToken) error
func GetProvideConjurSecretFunc ¶ added in v0.3.0
func GetProvideConjurSecretFunc(storeType string) (ProvideConjurSecrets, error)
Click to show internal directories.
Click to hide internal directories.