Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v0.0.3
type Controller struct { }
func (*Controller) Authorization ¶ added in v0.0.3
func (c *Controller) Authorization(ctx context.Context, req *v1.AuthReq) (res *v1.AuthRes, err error)
Authorization is the handler for Authorization
func (*Controller) CreateAccessToken ¶ added in v0.0.3
func (c *Controller) CreateAccessToken(ctx context.Context, req *v1.CreateAccessTokenReq) (res *v1.CreateAccessTokenRes, err error)
CreateAccessToken is the handler for CreateAccessToken
Click to show internal directories.
Click to hide internal directories.