lishwist/core/admin.go

6 lines
52 B
Go

package lishwist
type Admin struct {
user *User
}