niki/entity/authenticable.go

7 lines
70 B
Go
Raw Normal View History

package entity
type Authenticable struct {
ID uint
Role string
}