niki/entity/authenticable.go

7 lines
70 B
Go
Raw Permalink Normal View History

package entity
type Authenticable struct {
ID uint
Role string
}