Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateProviderLogic ¶
func NewCreateOrUpdateProviderLogic ¶
func NewCreateOrUpdateProviderLogic(r *http.Request, svcCtx *svc.ServiceContext) *CreateOrUpdateProviderLogic
func (*CreateOrUpdateProviderLogic) CreateOrUpdateProvider ¶
func (l *CreateOrUpdateProviderLogic) CreateOrUpdateProvider(req *types.CreateOrUpdateProviderReq) (resp *types.BaseMsgResp, err error)
type DeleteProviderLogic ¶
func NewDeleteProviderLogic ¶
func NewDeleteProviderLogic(r *http.Request, svcCtx *svc.ServiceContext) *DeleteProviderLogic
func (*DeleteProviderLogic) DeleteProvider ¶
func (l *DeleteProviderLogic) DeleteProvider(req *types.IDReq) (resp *types.BaseMsgResp, err error)
type GetProviderListLogic ¶
func NewGetProviderListLogic ¶
func NewGetProviderListLogic(r *http.Request, svcCtx *svc.ServiceContext) *GetProviderListLogic
func (*GetProviderListLogic) GetProviderList ¶
func (l *GetProviderListLogic) GetProviderList(req *types.PageInfo) (resp *types.ProviderListResp, err error)
type OauthCallbackLogic ¶
func NewOauthCallbackLogic ¶
func NewOauthCallbackLogic(r *http.Request, svcCtx *svc.ServiceContext) *OauthCallbackLogic
func (*OauthCallbackLogic) OauthCallback ¶
func (l *OauthCallbackLogic) OauthCallback() (resp *types.CallbackResp, err error)
type OauthLoginLogic ¶
func NewOauthLoginLogic ¶
func NewOauthLoginLogic(r *http.Request, svcCtx *svc.ServiceContext) *OauthLoginLogic
func (*OauthLoginLogic) OauthLogin ¶
func (l *OauthLoginLogic) OauthLogin(req *types.OauthLoginReq) (resp *types.RedirectResp, err error)
Click to show internal directories.
Click to hide internal directories.