1
0

Make validation less verbose (#24)

This commit is contained in:
konrad
2018-11-25 21:38:50 +00:00
committed by Gitea
parent e5c1588576
commit b73786f7fe
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ type Namespace struct {
Description string `xorm:"varchar(1000)" json:"description" valid:"runelength(0|250)"`
OwnerID int64 `xorm:"int(11) not null INDEX" json:"-"`
Owner User `xorm:"-" json:"owner"`
Owner User `xorm:"-" json:"owner" valid:"-"`
Created int64 `xorm:"created" json:"created"`
Updated int64 `xorm:"updated" json:"updated"`