Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateQuestion ¶
type CreateQuestion struct {
// contains filtered or unexported fields
}
func NewCreateQuestion ¶
func NewCreateQuestion() *CreateQuestion
type DeleteQuestion ¶
type DeleteQuestion struct {
// contains filtered or unexported fields
}
func NewDeleteQuestion ¶
func NewDeleteQuestion() *DeleteQuestion
type GetAllQuestion ¶
type GetAllQuestion struct {
// contains filtered or unexported fields
}
func NewGetAllQuestion ¶
func NewGetAllQuestion() *GetAllQuestion
type GetQuestion ¶
type GetQuestion struct {
// contains filtered or unexported fields
}
func NewGetQuestion ¶
func NewGetQuestion() *GetQuestion
type UpdateQuestion ¶
type UpdateQuestion struct {
// contains filtered or unexported fields
}
func NewUpdateQuestion ¶
func NewUpdateQuestion() *UpdateQuestion
Click to show internal directories.
Click to hide internal directories.