authorized_api

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQueryBuilder

func NewQueryBuilder() *authorizedApiQueryBuilder

Types

type AuthorizedApi

type AuthorizedApi struct {
	Id          int32     // 主键
	BusinessKey string    // 调用方key
	Method      string    // 请求方式
	Api         string    // 请求地址
	IsDeleted   int32     // 是否删除 1:是  -1:否
	CreatedAt   time.Time `gorm:"time"` // 创建时间
	CreatedUser string    // 创建人
	UpdatedAt   time.Time `gorm:"time"` // 更新时间
	UpdatedUser string    // 更新人
}

AuthorizedApi 已授权接口地址表

func NewModel

func NewModel() *AuthorizedApi

func (*AuthorizedApi) Create

func (t *AuthorizedApi) Create(db *gorm.DB) (id int32, err error)

Jump to

Keyboard shortcuts

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