Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( QueryTypeGet = "Get" QueryTypeFindAll = "FindAll" QueryTypeFind = "Find" )
Functions ¶
func NewCondition ¶
func NewPayload ¶
Types ¶
type FieldRequiredError ¶
type FieldRequiredError struct {
// contains filtered or unexported fields
}
func NewFieldRequiredError ¶
func NewFieldRequiredError(queryType string) *FieldRequiredError
func (*FieldRequiredError) Error ¶
func (e *FieldRequiredError) Error() string
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
func NewNotFoundError ¶
func NewNotFoundError(model string) *NotFoundError
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.