Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheDefTmpl ¶
type CacheDefTmpl struct{}
func (*CacheDefTmpl) Render ¶
func (t *CacheDefTmpl) Render() string
func (*CacheDefTmpl) RenderLocal ¶
func (t *CacheDefTmpl) RenderLocal() string
func (*CacheDefTmpl) RenderRedis ¶
func (t *CacheDefTmpl) RenderRedis() string
func (*CacheDefTmpl) RenderSerial ¶
func (t *CacheDefTmpl) RenderSerial() string
type CreateStmt ¶
type CurdDefTmpl ¶
func (*CurdDefTmpl) Render ¶
func (t *CurdDefTmpl) Render() string
type MgrDefTmpl ¶
type MgrDefTmpl struct {
Stmts []CreateStmt
}
func (*MgrDefTmpl) Render ¶
func (t *MgrDefTmpl) Render() string
func (*MgrDefTmpl) RenderSQL ¶
func (t *MgrDefTmpl) RenderSQL() string
type ModelDefTmpl ¶
func (*ModelDefTmpl) Render ¶
func (t *ModelDefTmpl) Render() string
Click to show internal directories.
Click to hide internal directories.