role

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultRoleID = 1

DefaultRoleID 默认角色ID

Functions

This section is empty.

Types

type Entity

type Entity struct {
	ID   int    `json:"id"`   // 记录ID
	Role string `json:"role"` // 角色
}

Entity 实体-对应数据库表

type IRole

type IRole interface {
	Add(ctx context.Context, e Entity) (id int, err error)
	GetByID(ctx context.Context, id int) (e Entity, err error)
}

func New

func New() IRole

Jump to

Keyboard shortcuts

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