oauthprovider

package
v1.0.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOauthProviderLogic

type CreateOauthProviderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateOauthProviderLogic

func NewCreateOauthProviderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOauthProviderLogic

func (*CreateOauthProviderLogic) CreateOauthProvider

func (l *CreateOauthProviderLogic) CreateOauthProvider(req *types.OauthProviderInfo) (resp *types.BaseMsgResp, err error)

type DeleteOauthProviderLogic

type DeleteOauthProviderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteOauthProviderLogic

func NewDeleteOauthProviderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteOauthProviderLogic

func (*DeleteOauthProviderLogic) DeleteOauthProvider

func (l *DeleteOauthProviderLogic) DeleteOauthProvider(req *types.IDsReq) (resp *types.BaseMsgResp, err error)

type GetOauthProviderByIdLogic

type GetOauthProviderByIdLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetOauthProviderByIdLogic

func NewGetOauthProviderByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOauthProviderByIdLogic

func (*GetOauthProviderByIdLogic) GetOauthProviderById

func (l *GetOauthProviderByIdLogic) GetOauthProviderById(req *types.IDReq) (resp *types.OauthProviderInfoResp, err error)

type GetOauthProviderListLogic

type GetOauthProviderListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetOauthProviderListLogic

func NewGetOauthProviderListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOauthProviderListLogic

func (*GetOauthProviderListLogic) GetOauthProviderList

func (l *GetOauthProviderListLogic) GetOauthProviderList(req *types.OauthProviderListReq) (resp *types.OauthProviderListResp, err error)

type OauthCallbackLogic

type OauthCallbackLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type OauthLoginLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewOauthLoginLogic

func NewOauthLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OauthLoginLogic

func (*OauthLoginLogic) OauthLogin

func (l *OauthLoginLogic) OauthLogin(req *types.OauthLoginReq) (resp *types.RedirectResp, err error)

type UpdateOauthProviderLogic

type UpdateOauthProviderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateOauthProviderLogic

func NewUpdateOauthProviderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateOauthProviderLogic

func (*UpdateOauthProviderLogic) UpdateOauthProvider

func (l *UpdateOauthProviderLogic) UpdateOauthProvider(req *types.OauthProviderInfo) (resp *types.BaseMsgResp, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL