Documentation ¶
Index ¶
- func NewAuthCodeSpecificationByCode(code string) repo.AuthCodeSpecificationRepo
- func NewAuthTokenSpecificationByoOenId(openId string) repo.AuthTokenSpecificationRepo
- func NewMerchantSpecificationByAPPID(APPID string) repo.MerChantSpecificationRepo
- type AuthCodeByCode
- type AuthTokenByOpenId
- type MerchantByAppid
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthCodeSpecificationByCode ¶
func NewAuthCodeSpecificationByCode(code string) repo.AuthCodeSpecificationRepo
func NewAuthTokenSpecificationByoOenId ¶
func NewAuthTokenSpecificationByoOenId(openId string) repo.AuthTokenSpecificationRepo
func NewMerchantSpecificationByAPPID ¶
func NewMerchantSpecificationByAPPID(APPID string) repo.MerChantSpecificationRepo
Types ¶
type AuthCodeByCode ¶
type AuthCodeByCode struct {
Code string `json:"code"`
}
func (AuthCodeByCode) ParameterCheck ¶
func (m AuthCodeByCode) ParameterCheck(ctx context.Context) error
func (AuthCodeByCode) ToSql ¶
func (m AuthCodeByCode) ToSql(ctx context.Context) interface{}
type AuthTokenByOpenId ¶
type AuthTokenByOpenId struct {
OpenId string `json:"code"`
}
func (AuthTokenByOpenId) ParameterCheck ¶
func (m AuthTokenByOpenId) ParameterCheck(ctx context.Context) error
func (AuthTokenByOpenId) ToSql ¶
func (m AuthTokenByOpenId) ToSql(ctx context.Context) interface{}
type MerchantByAppid ¶
type MerchantByAppid struct {
APPID string `json:"appid" bson:"appid"`
}
func (MerchantByAppid) ParameterCheck ¶
func (m MerchantByAppid) ParameterCheck(ctx context.Context) error
func (MerchantByAppid) ToSql ¶
func (m MerchantByAppid) ToSql(ctx context.Context) interface{}
Click to show internal directories.
Click to hide internal directories.