Documentation ¶ Index ¶ type TeamBean type TeamRequest Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TeamBean ¶ type TeamBean struct { Id int `json:"id"` Name string `json:"name,notnull"` } type TeamRequest ¶ type TeamRequest struct { Id int `json:"id,omitempty" validate:"number"` Name string `json:"name,omitempty" validate:"required"` Active bool `json:"active"` UserId int32 `json:"-"` CreatedOn time.Time `json:"-"` } Source Files ¶ View all Source files bean.go Click to show internal directories. Click to hide internal directories.