Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
XormSqlMap = make(map[string]*XormClient)
)
Functions ¶
This section is empty.
Types ¶
type XormClient ¶
func GetXormClient ¶
func GetXormClient(name string) *XormClient
func NewXormClient ¶
func NewXormClient(option *XormOption) (*XormClient, error)
type XormHook ¶
type XormHook struct {
// contains filtered or unexported fields
}
func NewXormHook ¶
func (*XormHook) AfterProcess ¶
func (h *XormHook) AfterProcess(c *contexts.ContextHook) error
func (*XormHook) BeforeProcess ¶
前置钩子实现
type XormOption ¶
Click to show internal directories.
Click to hide internal directories.