Documentation
¶
Index ¶
Constants ¶
View Source
const ( ENV_GITHUB_TOKEN = "GITHUB_TOKEN" ENV_PULL_REQUEST_ID = "CIRCLE_PULL_REQUEST" ENV_REPO_NAME = "CIRCLE_PROJECT_REPONAME" ENV_REPO_OWNER = "CIRCLE_PROJECT_USERNAME" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type ConfigValidationError ¶ added in v1.1.0
type ConfigValidationError struct {
// contains filtered or unexported fields
}
func (*ConfigValidationError) Error ¶ added in v1.1.0
func (e *ConfigValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.