Documentation
¶
Overview ¶
Package constants contains constants used throughout the application.
Index ¶
Constants ¶
View Source
const ( // TargetEnv is the environment the build will point to TargetEnv = "prod" // IdentitySeverURL is the URL of the identity server IdentitySeverURL = "https://auth.stacklok.com" // MinderGRPCHost is the host of the minder gRPC server MinderGRPCHost = "api.stacklok.com" // TrustyHttpURL is the URL of the trusty server TrustyHttpURL = "https://trustypkg.dev/" )
Variables ¶
View Source
var ( // CLIVersion is the version of the application. Note that this is // set at compile time using ldflags. CLIVersion = "no-info" // VerboseCLIVersion is the verbose version of the application. // Note that this is set up at init time. VerboseCLIVersion = "" // Revision is the git commit hash. Note that this is set at compile time // using ldflags. Revision = "no-info" )
View Source
var ( // ServerUserAgent is the user agent string for the server ServerUserAgent = "Minder/" + Revision )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.