Documentation ¶
Index ¶
Constants ¶
View Source
const ( FuncNameSet = "set" FuncNameWhere = "where" FuncNameArg = "arg" FuncNameAdd = "add" )
Variables ¶
View Source
var ArgPlaceHolderFormat = argPlaceHolderFormat
Functions ¶
func SetDynamicFactory ¶
Types ¶
type CommonDynamic ¶
type CommonDynamic struct {
// contains filtered or unexported fields
}
func (*CommonDynamic) Param ¶
func (dynamic *CommonDynamic) Param(p interface{}) string
type CommonV2Dynamic ¶
type CommonV2Dynamic struct {
// contains filtered or unexported fields
}
func (*CommonV2Dynamic) Param ¶
func (d *CommonV2Dynamic) Param(p interface{}) string
func (*CommonV2Dynamic) UpdateSet ¶
func (d *CommonV2Dynamic) UpdateSet(segments ...interface{}) string
func (*CommonV2Dynamic) Where ¶
func (d *CommonV2Dynamic) Where(segments ...interface{}) string
type DummyDynamic ¶
type DummyDynamic struct{}
type Dynamic ¶
type Dynamic interface {
// contains filtered or unexported methods
}
func CreateDynamicHandler ¶
func CreateV2DynamicHandler ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager() *Manager
func (*Manager) RegisterData ¶
func (*Manager) RegisterFile ¶
Click to show internal directories.
Click to hide internal directories.