Documentation
¶
Index ¶
- Constants
- func ConvertToAction(v *dvevaluation.DvVariable) *dvcontext.DvAction
- func DebugInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
- func DebugRun(data []interface{}) bool
- func DynamicActionByConfig(config *dvevaluation.DvVariable, ctx *dvcontext.RequestContext) bool
- func DynamicActionInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
- func DynamicActionRun(data []interface{}) bool
- func DynamicCacheByConfig(config *DynamicCacheConfig, ctx *dvcontext.RequestContext) bool
- func DynamicCacheInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
- func DynamicCacheRun(data []interface{}) bool
- func DynamicServerByConfig(config *DynamicServerConfig, ctx *dvcontext.RequestContext) bool
- func DynamicServerInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
- func DynamicServerRun(data []interface{}) bool
- func DynamicSetActions(props *dvevaluation.DvVariable, env *dvevaluation.DvObject)
- func DynamicSetProperties(props *dvevaluation.DvVariable)
- func Init() bool
- func KeyVariablesInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
- func KeyVariablesRun(data []interface{}) bool
- func KeyVariablesRunByConfig(config *KeyVariablesConfig, ctx *dvcontext.RequestContext)
- func RunDebugProxy(config *DebugConfig, ctx *dvcontext.RequestContext) error
- func RunExit(config *DebugConfig, ctx *dvcontext.RequestContext) error
- func RunGetOneVariable(config *DebugConfig, ctx *dvcontext.RequestContext) error
- func RunReadAllVariables(config *DebugConfig, ctx *dvcontext.RequestContext) error
- func RunSetOneVariable(config *DebugConfig, ctx *dvcontext.RequestContext) error
- type DebugActionFn
- type DebugConfig
- type DynamicCacheConfig
- type DynamicServerConfig
- type KeyVariablesConfig
Constants ¶
View Source
const ( CommandDebug = "debug" CommandDynamic = "dynamic" CommandDynamicServer = "dserver" CommandDynamicCache = "dcache" CommandKeyVariables = "key_variables" )
Variables ¶
This section is empty.
Functions ¶
func ConvertToAction ¶
func ConvertToAction(v *dvevaluation.DvVariable) *dvcontext.DvAction
func DebugInit ¶
func DebugInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
func DynamicActionByConfig ¶
func DynamicActionByConfig(config *dvevaluation.DvVariable, ctx *dvcontext.RequestContext) bool
func DynamicActionInit ¶
func DynamicActionInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
func DynamicActionRun ¶
func DynamicActionRun(data []interface{}) bool
func DynamicCacheByConfig ¶
func DynamicCacheByConfig(config *DynamicCacheConfig, ctx *dvcontext.RequestContext) bool
func DynamicCacheInit ¶
func DynamicCacheInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
func DynamicCacheRun ¶
func DynamicCacheRun(data []interface{}) bool
func DynamicServerByConfig ¶
func DynamicServerByConfig(config *DynamicServerConfig, ctx *dvcontext.RequestContext) bool
func DynamicServerInit ¶
func DynamicServerInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
func DynamicServerRun ¶
func DynamicServerRun(data []interface{}) bool
func DynamicSetActions ¶
func DynamicSetActions(props *dvevaluation.DvVariable, env *dvevaluation.DvObject)
func DynamicSetProperties ¶
func DynamicSetProperties(props *dvevaluation.DvVariable)
func KeyVariablesInit ¶
func KeyVariablesInit(command string, ctx *dvcontext.RequestContext) ([]interface{}, bool)
func KeyVariablesRun ¶
func KeyVariablesRun(data []interface{}) bool
func KeyVariablesRunByConfig ¶
func KeyVariablesRunByConfig(config *KeyVariablesConfig, ctx *dvcontext.RequestContext)
func RunDebugProxy ¶
func RunDebugProxy(config *DebugConfig, ctx *dvcontext.RequestContext) error
func RunExit ¶
func RunExit(config *DebugConfig, ctx *dvcontext.RequestContext) error
func RunGetOneVariable ¶
func RunGetOneVariable(config *DebugConfig, ctx *dvcontext.RequestContext) error
func RunReadAllVariables ¶
func RunReadAllVariables(config *DebugConfig, ctx *dvcontext.RequestContext) error
func RunSetOneVariable ¶
func RunSetOneVariable(config *DebugConfig, ctx *dvcontext.RequestContext) error
Types ¶
type DebugActionFn ¶
type DebugActionFn func(*DebugConfig, *dvcontext.RequestContext) error
type DebugConfig ¶
type DynamicCacheConfig ¶
type DynamicServerConfig ¶
Click to show internal directories.
Click to hide internal directories.