entity

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: 2 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Merchant

type Merchant struct {
	APPID      string    `json:"appid" bson:"appid"`
	Host       string    `json:"host" bson:"host"`
	Secret     string    `json:"secret" bson:"secret"`
	Scope      string    `json:"scope"` // 授权范围 ,号分割
	StartTime  time.Time `json:"start_time" bson:"start_time"`
	CreateTime int64     `json:"create_time" bson:"create_time"`
	UpdateTime int64     `json:"update_time" bson:"update_time"`
}

func (*Merchant) CheckBase

func (m *Merchant) CheckBase() error

Jump to

Keyboard shortcuts

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