Documentation ¶
Index ¶
Constants ¶
View Source
const (
GitHubCommentSignature = "<!-- octovy-scan-report -->"
)
Variables ¶
View Source
var ( // ErrInvalidOption is an error that indicates an invalid option is given by user via CLI or configuration ErrInvalidOption = errors.New("invalid option") // ErrInvalidRequest is an error that indicates an invalid HTTP request ErrInvalidRequest = errors.New("invalid request") // ErrInvalidResponse is an error that indicates a failure in data consistency in the application ErrValidationFailed = errors.New("validation failed") // ErrInvalidGitHubData is an error that indicates an invalid data provided by GitHub. Mainly used in GitHub API response ErrInvalidGitHubData = errors.New("invalid GitHub data") // ErrLogicError is an error that indicates a logic error in the application ErrLogicError = errors.New("logic error") )
Functions ¶
This section is empty.
Types ¶
type BQDatasetID ¶ added in v0.3.0
type BQDatasetID string
func (BQDatasetID) String ¶ added in v0.3.0
func (x BQDatasetID) String() string
type GitHubAppID ¶ added in v0.2.0
type GitHubAppID int64
type GitHubAppInstallID ¶ added in v0.2.0
type GitHubAppInstallID int64
type GitHubAppPrivateKey ¶ added in v0.2.0
type GitHubAppPrivateKey string
type GitHubAppSecret ¶ added in v0.2.0
type GitHubAppSecret string
type GoogleProjectID ¶ added in v0.2.0
type GoogleProjectID string
func (GoogleProjectID) String ¶ added in v0.3.0
func (x GoogleProjectID) String() string
Click to show internal directories.
Click to hide internal directories.