types

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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 BQTableID added in v0.3.0

type BQTableID string

func (BQTableID) String added in v0.3.0

func (x BQTableID) 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

type RequestID added in v0.3.0

type RequestID string

func NewRequestID added in v0.3.0

func NewRequestID() RequestID

func (RequestID) String added in v0.3.0

func (x RequestID) String() string

type ScanID added in v0.2.0

type ScanID string

func NewScanID added in v0.3.0

func NewScanID() ScanID

func (ScanID) String added in v0.3.0

func (x ScanID) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL