Documentation
¶
Index ¶
Constants ¶
View Source
const ( CreatedTypeGuest int = 2 CreatedTypeMember int = 1 CreatedTypeOwner int = 0 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatedType ¶
type CreatedType int
type GetRequest ¶
type GetRequest struct {
Param string
}
type GetResponse ¶
type GetResponse struct {
Data string
}
type PostCreateTableRequest ¶
type PostCreateTableResponse ¶
type PostCreateUserRequest ¶
type PostCreateUserResponse ¶
type PostCreateUserResponse struct {
CreatedType CreatedType
Message string
RequestedAt time.Time
Status bool
}
Click to show internal directories.
Click to hide internal directories.