Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Attribute ¶
type Attribute struct { *Controller // contains filtered or unexported fields }
Attribute type
func (*Attribute) FindAllByEntity ¶
FindAllByAttribute
type Controller ¶
type Controller struct {
Logger Logger
}
Entity type
func (*Controller) RespondInvalidRequest ¶
func (controller *Controller) RespondInvalidRequest(c Context, err error)
func (*Controller) RespondWithError ¶
func (controller *Controller) RespondWithError(c Context, err error)
RespondWithError ...
type Entity ¶
type Entity struct { *Controller // contains filtered or unexported fields }
Entity type
type Logger ¶
type Logger interface { Errorf(format string, args ...interface{}) Errorw(msg string, keysAndValues ...interface{}) Fatalf(format string, args ...interface{}) Fatal(args ...interface{}) Infof(format string, args ...interface{}) Info(args ...interface{}) Warnf(format string, args ...interface{}) Debugf(format string, args ...interface{}) Debug(args ...interface{}) }
Click to show internal directories.
Click to hide internal directories.