Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidArgument = errors.New("invalid argument") ErrMemberInfo = errors.New("获取用户信息失败") )
Functions ¶
Types ¶
type Service ¶
type Service interface { Detail(ctx context.Context) (res map[string]interface{}, err error) GetReceive(ctx context.Context) (res interface{}, err error) UpdateReceive(ctx context.Context, req accountReceiveRequest) (err error) UpdateBase(ctx context.Context, req accountBaseRequest) (err error) UnWechatBind(ctx context.Context) (err error) GetProject(ctx context.Context) (res map[string]interface{}, err error) }
func NewService ¶
func NewService(logger log.Logger, cf *config.Config, store repository.Repository) Service
Click to show internal directories.
Click to hide internal directories.