package
0.0.0-20230301141914-8450a5290c6e
Repository: https://github.com/kodefluence/altair.git
Documentation: pkg.go.dev

# Packages

Package mock is a generated GoMock package.

# Functions

NewGrant return struct ob GrantController.
NewRevoke create new revoke controller.
NewToken create new token controller.

# Structs

GrantController control flow of grant access token / authorization code.
RevokeController control flow of revoking access token.
TokenController control flow of creating access token.

# Interfaces

go:generate mockgen -destination ./mock/mock.go -package mock -source ./http.go.