specification

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2022 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Index

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{}

Jump to

Keyboard shortcuts

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