Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Type Type `bson:"type" json:"type"` Code string `bson:"code" json:"code"` Message string `bson:"message" json:"message"` Err error `bson:"-" json:"-"` // Native error }
func (*Error) IsApplication ¶
type Template ¶
func NewTemplate ¶
Click to show internal directories.
Click to hide internal directories.