Documentation
¶
Index ¶
- type API
- func (a *API) CreateOauthApp(c *gin.Context)
- func (a *API) CreateSecret(c *gin.Context)
- func (a *API) DeleteOauthApp(c *gin.Context)
- func (a *API) DeleteSecret(c *gin.Context)
- func (a *API) GetOauthApp(c *gin.Context)
- func (a *API) ListOauthApp(c *gin.Context)
- func (a *API) ListSecret(c *gin.Context)
- func (api *API) RegisterRoute(engine *gin.Engine)
- func (a *API) UpdateOauthApp(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func NewAPI ¶
func NewAPI(controller oauthapp.Controller) *API
func (*API) CreateOauthApp ¶
func (*API) CreateSecret ¶
func (*API) DeleteOauthApp ¶
func (*API) DeleteSecret ¶
func (*API) GetOauthApp ¶
func (*API) ListOauthApp ¶
func (*API) ListSecret ¶
func (*API) RegisterRoute ¶
func (*API) UpdateOauthApp ¶
Click to show internal directories.
Click to hide internal directories.