roleaction

package
v0.2.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct {
	ID       int `json:"id"`                                        // 记录ID
	RoleID   int `json:"roleID" db:"role_id" rel:"t_role.id"`       // 角色ID
	ActionID int `json:"actionID" db:"action_id" rel:"t_action.id"` // 动作ID
}

Entity 实体-对应数据库表

type IRoleAction

type IRoleAction interface {
	Add(ctx context.Context, e Entity) (id int, err error)
	CheckPerm(ctx context.Context, perms []string) error
}

func New

func New() IRoleAction

Jump to

Keyboard shortcuts

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