Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Authenticate ¶
type Interface ¶
type Interface interface { Authenticate(ctx *model.Context, clientID, clientSecret, code string) (*model.GitHubToken, error) GetUser(ctx *model.Context, token *model.GitHubToken) (*github.User, error) }
This package is used to download trivy database, not used by GitHub App.
Click to show internal directories.
Click to hide internal directories.