Documentation
¶
Index ¶
- func ByteArrPtr(arr []byte) uint64
- func ClusterState() []byte
- func ClusterStateField(field string) []byte
- func EmptyResult() int32
- func GetClusterState(context uint64) uint64
- func GetClusterStateValue(context uint64, contextSize uint64) uint64
- func GetProxyState(context uint64) uint64
- func GetProxyStateValue(context uint64, contextSize uint64) uint64
- func ProxyDataStoreAllMatching(key string) []byte
- func ProxyDataStoreDel(keys ...string)
- func ProxyDataStoreExists(key string) bool
- func ProxyDataStoreGet(key string) []byte
- func ProxyDataStoreIncrby(key string, incr int)
- func ProxyDataStorePexpire(key string, pttl int64)
- func ProxyDataStorePttl(key string) uint64
- func ProxyDataStoreSetnx(value []byte)
- func ProxyDatastoreKeys(key string) []byte
- func ProxyGlobalMap() map[string][]byte
- func ProxyGlobalMapGet(key string) []byte
- func ProxyGlobalMapSet(key string, value string)
- func ProxyHttpCall(context uint64, contextSize uint64) uint64
- func ProxyPluginDataStoreAllMatching(key string) []byte
- func ProxyPluginDataStoreDel(keys ...string)
- func ProxyPluginDataStoreExists(key string) bool
- func ProxyPluginDataStoreGet(key string) []byte
- func ProxyPluginDataStoreIncrby(key string, incr int)
- func ProxyPluginDataStorePexpire(key string, pttl int64)
- func ProxyPluginDataStorePttl(key string) uint64
- func ProxyPluginDataStoreSetnx(value []byte)
- func ProxyPluginDatastoreKeys(key string) []byte
- func ProxyPluginMap() map[string][]byte
- func ProxyPluginMapGet(key string) []byte
- func ProxyPluginMapSet(key string, value string)
- func ProxyState() []byte
- func ProxyStateEntities(entity string) []byte
- func ProxyStateEntity(entity string, id string) []byte
- func StringBytePtr(msg string) uint64
- func TestResult() int32
- type LogLevel
- type Status
- func Log(logLevel LogLevel, message string) Status
- func LogBool(logLevel LogLevel, message bool) Status
- func LogBytes(logLevel LogLevel, message []byte) Status
- func LogEvent(function string, message string, level LogLevel) Status
- func LogLong(logLevel LogLevel, message uint64) Status
- func ProxyLog(logLevel LogLevel, messageData uint64, messageSize uint64) Status
- func ProxyLogEvent(context uint64, contextSize uint64) Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteArrPtr ¶
func ClusterState ¶
func ClusterState() []byte
func ClusterStateField ¶
func EmptyResult ¶
func EmptyResult() int32
func GetClusterState ¶
func GetClusterStateValue ¶
func GetProxyState ¶
func GetProxyStateValue ¶
func ProxyDataStoreDel ¶
func ProxyDataStoreDel(keys ...string)
func ProxyDataStoreExists ¶
func ProxyDataStoreGet ¶
func ProxyDataStoreIncrby ¶
func ProxyDataStorePexpire ¶
func ProxyDataStorePttl ¶
func ProxyDataStoreSetnx ¶
func ProxyDataStoreSetnx(value []byte)
func ProxyDatastoreKeys ¶
func ProxyGlobalMap ¶
func ProxyGlobalMapGet ¶
func ProxyHttpCall ¶
func ProxyPluginDataStoreDel ¶
func ProxyPluginDataStoreDel(keys ...string)
func ProxyPluginDataStoreGet ¶
func ProxyPluginDataStoreSetnx ¶
func ProxyPluginDataStoreSetnx(value []byte)
func ProxyPluginMap ¶
func ProxyPluginMapGet ¶
func ProxyState ¶
func ProxyState() []byte
func ProxyStateEntities ¶
func ProxyStateEntity ¶
func StringBytePtr ¶
func TestResult ¶
func TestResult() int32
Types ¶
Click to show internal directories.
Click to hide internal directories.