models

package
v0.0.24 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CasbinRule

type CasbinRule struct {
	Id         int    `json:"id" xorm:"not null pk autoincr comment('id') INT(11)"`
	PolicyType string `json:"policy_type" xorm:"not null comment('政策类型') VARCHAR(100)"`
	V0         string `json:"v0" xorm:"not null comment('v0') VARCHAR(100)"`
	V1         string `json:"v1" xorm:"not null comment('v1') VARCHAR(100)"`
	V2         string `json:"v2" xorm:"not null comment('v2') VARCHAR(100)"`
	V3         string `json:"v3" xorm:"not null comment('v3') VARCHAR(100)"`
	V4         string `json:"v4" xorm:"not null comment('v4') VARCHAR(100)"`
	V5         string `json:"v5" xorm:"not null comment('v5') VARCHAR(100)"`
}

Jump to

Keyboard shortcuts

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