Documentation ¶
Overview ¶
Package sample ...
Package sample ...
Package sample ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatedType ¶
type CreatedType int
CreatedType ...
const ( CreatedTypeOwner CreatedType = iota CreatedTypeMember CreatedTypeGuest )
CreatedType Values
type PostCreateTableRequest ¶
type PostCreateTableRequest struct { ID string Text string Flag Flag Map map[Flag]Flag `json:"map"` }
PostCreateTableRequest ...
type PostCreateTableResponse ¶
PostCreateTableResponse ...
type PostCreateUserRequest ¶
type PostCreateUserRequest struct { ID string `param:"id"` Password string Gender int Birthday time.Time Roles []*Role }
PostCreateUserRequest ...
type PostCreateUserResponse ¶
type PostCreateUserResponse struct { Status bool Message string CreatedType CreatedType RequestedAt time.Time }
PostCreateUserResponse ...
Directories ¶
Path | Synopsis |
---|---|
Package service ...
|
Package service ... |
groups
Package groups ...
|
Package groups ... |
groups/common
Package common ...
|
Package common ... |
static_page
Package static ...
|
Package static ... |
table
Package table ...
|
Package table ... |
user
Package user ...
|
Package user ... |
user2
Package user2 ...
|
Package user2 ... |
Click to show internal directories.
Click to hide internal directories.