Documentation ¶ Index ¶ type Base func New(ctx echo.Context) *Base func (b *Base) Error() error func (b *Base) SetErr(err string, args ...interface{}) error func (b *Base) SetErrT(err string, args ...interface{}) error func (b *Base) SetError(err error) error func (b *Base) Tx() *factory.Transaction Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Base ¶ type Base struct { echo.Context // contains filtered or unexported fields } func New ¶ func New(ctx echo.Context) *Base func (*Base) Error ¶ func (b *Base) Error() error func (*Base) SetErr ¶ func (b *Base) SetErr(err string, args ...interface{}) error func (*Base) SetErrT ¶ func (b *Base) SetErrT(err string, args ...interface{}) error func (*Base) SetError ¶ func (b *Base) SetError(err error) error func (*Base) Tx ¶ func (b *Base) Tx() *factory.Transaction Source Files ¶ View all Source files base.go Click to show internal directories. Click to hide internal directories.