Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultAddr = ":3000" DefaultActionsResultsURL = "https://results-receiver.actions.githubusercontent.com" DefaultTokenIssuer = "https://token.actions.githubusercontent.com" DefaultTokenJWKSURL = "https://token.actions.githubusercontent.com/.well-known/jwks" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type CacheConfig ¶
type CleanupConfig ¶
type Config ¶
type Config struct {
Server ServerConfig
Auth AuthConfig
DB DBConfig
Storage StorageConfig
Cache CacheConfig
Management ManagementConfig
Cleanup CleanupConfig
Debug bool
}
type ManagementConfig ¶
type ManagementConfig struct {
APIKey string
}
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.