Documentation ¶
Index ¶
- Constants
- func XahttpOpt(i, u, r, f, s int) byte
- func XahttpOptAll() byte
- func XahttpOptFO() byte
- func XahttpOptIO() byte
- func XahttpOptNoR() byte
- func XahttpOptNoU() byte
- func XahttpOptNoUR() byte
- func XahttpOptSO() byte
- func XsacPhysically() byte
- func XsacTombstone() byte
- func XsacTombstoneAndForce() byte
- func XsacTombstoneAndHistory() byte
- func XsacTombstoneAndRestore() byte
- func XsacTombstoneWhole() byte
- type DataSource
- type EQueryRequest
- type EQueryResponse
- type EQuerySearch
- type IPCServer
- type MQMessageObserver
- type MQNotifyMessage
- type MfgrcGroup
- type MfgrcMono
- type MqttConnackVariableHeader
- type MqttConnect
- type MqttConnectVariableHeader
- type MqttCorePayload
- type MqttCoreVariableHeader
- type MqttFixedHeader
- type MqttIdentifierVariableHeader
- type MqttMessage
- type MqttMessageListener
- type MqttParamsPayload
- type MqttPayload
- type MqttPublishVariableHeader
- type MqttServer
- type MqttTopic
- type MqttVariableHeader
- type RedisKeeper
- type TCPClient
- type TCPServer
- type Time
- type UDPMessageProcesser
- type UDPServer
- type XhttpExecutor
- type XhttpFromFile
- type ZeroClientConnect
- type ZeroClientListener
- type ZeroCondition
- type ZeroConnect
- type ZeroConnectBuilder
- type ZeroCoreProcessor
- type ZeroCoreStructs
- type ZeroDataChecker
- type ZeroLimit
- type ZeroMeta
- type ZeroMetaDef
- type ZeroMetaPtr
- type ZeroMfgrcFlux
- type ZeroMfgrcGroup
- type ZeroMfgrcGroupActuator
- type ZeroMfgrcGroupEventListener
- type ZeroMfgrcGroupKeeper
- type ZeroMfgrcGroupKeeperOpts
- type ZeroMfgrcGroupStore
- type ZeroMfgrcGroupWorker
- type ZeroMfgrcKeeper
- type ZeroMfgrcKeeperOpts
- type ZeroMfgrcMono
- type ZeroMfgrcMonoActuator
- type ZeroMfgrcMonoEventListener
- type ZeroMfgrcMonoQueueActuator
- type ZeroMfgrcMonoStore
- type ZeroMfgrcWorker
- type ZeroMysqlQueryOperation
- type ZeroOrderBy
- type ZeroPostgresQueryOperation
- type ZeroQuery
- type ZeroQueryOperation
- type ZeroRequest
- type ZeroResponse
- type ZeroServ
- type ZeroSignature
- type ZeroSocketConnect
- type ZeroSocketServer
- type ZeroV1Message
- type ZeroV1MessageOperator
- type ZeroV1ServKeeper
- type ZeroXsacAutoProcessor
- type ZeroXsacCustomPartChecker
- type ZeroXsacDeclares
- type ZeroXsacEntry
- type ZeroXsacField
- type ZeroXsacHttpDMLTrigger
- type ZeroXsacHttpFetchTrigger
- type ZeroXsacHttpSearchTrigger
- type ZeroXsacKeeper
- type ZeroXsacMysqlProcessor
- type ZeroXsacPostgresAutoProcessor
- type ZeroXsacPostgresProcessor
- type ZeroXsacProcessor
- type ZeroXsacTrigger
- type ZeroXsacXhttpApi
- type ZeroXsacXhttpDeclares
- type ZeroXsacXhttpStructs
Constants ¶
View Source
const ( ZEOR_XSAC_ENTRY_TYPE_TABLE0S = structs.ZEOR_XSAC_ENTRY_TYPE_TABLE0S ZEOR_XSAC_ENTRY_TYPE_TABLE0FS = structs.ZEOR_XSAC_ENTRY_TYPE_TABLE0FS ZEOR_XSAC_ENTRY_TYPE_COLUMN = structs.ZEOR_XSAC_ENTRY_TYPE_COLUMN ZEOR_XSAC_ENTRY_TYPE_DROPCOLUMN = structs.ZEOR_XSAC_ENTRY_TYPE_DROPCOLUMN ZEOR_XSAC_ENTRY_TYPE_KEY = structs.ZEOR_XSAC_ENTRY_TYPE_KEY ZEOR_XSAC_ENTRY_TYPE_DROPKEY = structs.ZEOR_XSAC_ENTRY_TYPE_DROPKEY ZEOR_XSAC_ENTRY_TYPE_PRIMARY_KEY = structs.ZEOR_XSAC_ENTRY_TYPE_PRIMARY_KEY ZEOR_XSAC_ENTRY_TYPE_DROP_PRIMARY_KEY = structs.ZEOR_XSAC_ENTRY_TYPE_DROP_PRIMARY_KEY ZEOR_XSAC_ENTRY_TYPE_UNIQUE_KEY = structs.ZEOR_XSAC_ENTRY_TYPE_UNIQUE_KEY ZEOR_XSAC_ENTRY_TYPE_DROP_UNIQUE_KEY = structs.ZEOR_XSAC_ENTRY_TYPE_DROP_UNIQUE_KEY ZEOR_XSAC_ENTRY_TYPE_FOREIGN_KEY = structs.ZEOR_XSAC_ENTRY_TYPE_FOREIGN_KEY ZEOR_XSAC_ENTRY_TYPE_DROP_FOREIGN_KEY = structs.ZEOR_XSAC_ENTRY_TYPE_DROP_FOREIGN_KEY ZEOR_XSAC_ENTRY_TYPE_YEAR_PARTITION = structs.ZEOR_XSAC_ENTRY_TYPE_YEAR_PARTITION ZEOR_XSAC_ENTRY_TYPE_MONTH_PARTITION = structs.ZEOR_XSAC_ENTRY_TYPE_MONTH_PARTITION ZEOR_XSAC_ENTRY_TYPE_DAY_PARTITION = structs.ZEOR_XSAC_ENTRY_TYPE_DAY_PARTITION ZEOR_XSAC_ENTRY_TYPE_CUSTOM_PARTITION = structs.ZEOR_XSAC_ENTRY_TYPE_CUSTOM_PARTITION )
View Source
const ( XSAC_BE_INSERT = processors.XSAC_BE_INSERT XSAC_BE_UPDATE = processors.XSAC_BE_UPDATE XSAC_BE_DELETE = processors.XSAC_BE_DELETE XSAC_AF_INSERT = processors.XSAC_AF_INSERT XSAC_AF_UPDATE = processors.XSAC_AF_UPDATE XSAC_AF_DELETE = processors.XSAC_AF_DELETE )
View Source
const ( XSAC_DML_ADD = autohttpconf.XSAC_DML_ADD XSAC_DML_UP = autohttpconf.XSAC_DML_UP XSAC_DML_RM = autohttpconf.XSAC_DML_RM XSAC_DML_TOMBSTONE = autohttpconf.XSAC_DML_TOMBSTONE XSAC_DML_RESTORE = autohttpconf.XSAC_DML_RESTORE XSAC_HTTPFETCH_READY = autohttpconf.XSAC_HTTPFETCH_READY XSAC_HTTPFETCH_ROW = autohttpconf.XSAC_HTTPFETCH_ROW XSAC_HTTPFETCH_COMPLETE = autohttpconf.XSAC_HTTPFETCH_COMPLETE )
View Source
const DATABASE_MYSQL = database.DATABASE_MYSQL
View Source
const DATABASE_POSTGRES = database.DATABASE_POSTGRES
View Source
const DATABASE_REDIS = database.DATABASE_REDIS
View Source
const WORKER_MONOGROUP_STATUS_COMPLETE = mfgrc.WORKER_MONOGROUP_STATUS_COMPLETE
View Source
const WORKER_MONOGROUP_STATUS_EXECUTING = mfgrc.WORKER_MONOGROUP_STATUS_EXECUTING
View Source
const WORKER_MONOGROUP_STATUS_FAILED = mfgrc.WORKER_MONOGROUP_STATUS_FAILED
View Source
const WORKER_MONOGROUP_STATUS_PENDING = mfgrc.WORKER_MONOGROUP_STATUS_PENDING
View Source
const WORKER_MONOGROUP_STATUS_READY = mfgrc.WORKER_MONOGROUP_STATUS_READY
View Source
const WORKER_MONO_STATUS_COMPLETE = mfgrc.WORKER_MONO_STATUS_COMPLETE
View Source
const WORKER_MONO_STATUS_EXECUTING = mfgrc.WORKER_MONO_STATUS_EXECUTING
View Source
const WORKER_MONO_STATUS_FAILED = mfgrc.WORKER_MONO_STATUS_FAILED
View Source
const WORKER_MONO_STATUS_PENDING = mfgrc.WORKER_MONO_STATUS_PENDING
View Source
const WORKER_MONO_STATUS_READY = mfgrc.WORKER_MONO_STATUS_READY
View Source
const WORKER_MONO_STATUS_RETRYING = mfgrc.WORKER_MONO_STATUS_RETRYING
View Source
const WORKER_MONO_STATUS_REVOKE = mfgrc.WORKER_MONO_STATUS_REVOKE
View Source
const WORKER_MONO_STATUS_TIMEOUT = mfgrc.WORKER_MONO_STATUS_TIMEOUT
View Source
const XahttpOpt_F = 0
View Source
const XahttpOpt_T = 1
View Source
const ZEROV1SERV_CLIENT = protocol.ZEROV1SERV_CLIENT
View Source
const ZEROV1SERV_KEEPER = protocol.ZEROV1SERV_KEEPER
Variables ¶
This section is empty.
Functions ¶
func XahttpOptAll ¶ added in v1.11.0
func XahttpOptAll() byte
func XahttpOptFO ¶ added in v1.12.2
func XahttpOptFO() byte
func XahttpOptIO ¶ added in v1.11.0
func XahttpOptIO() byte
func XahttpOptNoR ¶ added in v1.11.0
func XahttpOptNoR() byte
func XahttpOptNoU ¶ added in v1.11.0
func XahttpOptNoU() byte
func XahttpOptNoUR ¶ added in v1.11.0
func XahttpOptNoUR() byte
func XahttpOptSO ¶ added in v1.11.0
func XahttpOptSO() byte
func XsacPhysically ¶ added in v1.11.34
func XsacPhysically() byte
func XsacTombstone ¶ added in v1.11.34
func XsacTombstone() byte
func XsacTombstoneAndForce ¶ added in v1.11.34
func XsacTombstoneAndForce() byte
func XsacTombstoneAndHistory ¶ added in v1.11.34
func XsacTombstoneAndHistory() byte
func XsacTombstoneAndRestore ¶ added in v1.11.34
func XsacTombstoneAndRestore() byte
func XsacTombstoneWhole ¶ added in v1.11.34
func XsacTombstoneWhole() byte
Types ¶
type DataSource ¶ added in v1.2.1
type DataSource = database.DataSource
type EQueryRequest ¶
type EQueryRequest = database.EQueryRequest
type EQueryResponse ¶
type EQueryResponse = database.EQueryResponse
type EQuerySearch ¶
type EQuerySearch = database.EQuerySearch
type MQMessageObserver ¶
type MQMessageObserver = rocketmq.MQMessageObserver
type MQNotifyMessage ¶
type MQNotifyMessage = rocketmq.MQNotifyMessage
type MfgrcGroup ¶ added in v1.9.0
type MfgrcGroup = mfgrc.MfgrcGroup
type MqttConnackVariableHeader ¶ added in v1.3.0
type MqttConnackVariableHeader = server.MqttConnackVariableHeader
type MqttConnect ¶ added in v1.3.0
type MqttConnect = server.MqttConnect
type MqttConnectVariableHeader ¶ added in v1.3.0
type MqttConnectVariableHeader = server.MqttConnectVariableHeader
type MqttCorePayload ¶ added in v1.3.0
type MqttCorePayload = server.MqttCorePayload
type MqttCoreVariableHeader ¶ added in v1.3.0
type MqttCoreVariableHeader = server.MqttCoreVariableHeader
type MqttFixedHeader ¶ added in v1.3.0
type MqttFixedHeader = server.MqttFixedHeader
type MqttIdentifierVariableHeader ¶ added in v1.3.0
type MqttIdentifierVariableHeader = server.MqttIdentifierVariableHeader
type MqttMessage ¶ added in v1.3.0
type MqttMessage = server.MqttMessage
type MqttMessageListener ¶ added in v1.12.20
type MqttMessageListener = server.MqttMessageListener
type MqttParamsPayload ¶ added in v1.3.0
type MqttParamsPayload = server.MqttParamsPayload
type MqttPayload ¶ added in v1.3.0
type MqttPayload = server.MqttPayload
type MqttPublishVariableHeader ¶ added in v1.3.0
type MqttPublishVariableHeader = server.MqttPublishVariableHeader
type MqttServer ¶ added in v1.3.0
type MqttServer = server.MqttServer
type MqttVariableHeader ¶ added in v1.3.0
type MqttVariableHeader = server.MqttVariableHeader
type RedisKeeper ¶ added in v1.12.0
type RedisKeeper = database.RedisKeeper
type UDPMessageProcesser ¶ added in v1.3.0
type UDPMessageProcesser = server.UDPMessageProcesser
type XhttpExecutor ¶ added in v1.12.5
type XhttpExecutor = server.XhttpExecutor
type XhttpFromFile ¶ added in v1.12.0
type XhttpFromFile = server.XhttpFromFile
type ZeroClientConnect ¶ added in v1.7.0
type ZeroClientConnect = server.ZeroClientConnect
type ZeroClientListener ¶ added in v1.7.0
type ZeroClientListener = server.ZeroClientListener
type ZeroCondition ¶
type ZeroCondition = processors.ZeroCondition
type ZeroConnect ¶ added in v1.3.0
type ZeroConnect = server.ZeroConnect
type ZeroConnectBuilder ¶ added in v1.3.0
type ZeroConnectBuilder = server.ZeroConnectBuilder
type ZeroCoreProcessor ¶
type ZeroCoreProcessor = processors.ZeroCoreProcessor
type ZeroCoreStructs ¶
type ZeroCoreStructs = structs.ZeroCoreStructs
type ZeroDataChecker ¶ added in v1.3.0
type ZeroDataChecker = server.ZeroDataChecker
type ZeroLimit ¶
type ZeroLimit = processors.ZeroLimit
type ZeroMetaDef ¶ added in v1.4.3
type ZeroMetaDef = structs.ZeroMetaDef
type ZeroMetaPtr ¶ added in v1.4.3
type ZeroMetaPtr = structs.ZeroMetaPtr
type ZeroMfgrcFlux ¶ added in v1.9.0
type ZeroMfgrcFlux = mfgrc.ZeroMfgrcFlux
type ZeroMfgrcGroup ¶ added in v1.9.0
type ZeroMfgrcGroup = mfgrc.ZeroMfgrcGroup
type ZeroMfgrcGroupActuator ¶ added in v1.9.8
type ZeroMfgrcGroupActuator = mfgrc.ZeroMfgrcGroupActuator
type ZeroMfgrcGroupEventListener ¶ added in v1.9.5
type ZeroMfgrcGroupEventListener = mfgrc.ZeroMfgrcGroupEventListener
type ZeroMfgrcGroupKeeper ¶ added in v1.9.0
type ZeroMfgrcGroupKeeper = mfgrc.ZeroMfgrcGroupKeeper
type ZeroMfgrcGroupKeeperOpts ¶ added in v1.9.0
type ZeroMfgrcGroupKeeperOpts = mfgrc.ZeroMfgrcGroupKeeperOpts
type ZeroMfgrcGroupStore ¶ added in v1.9.0
type ZeroMfgrcGroupStore = mfgrc.ZeroMfgrcGroupStore
type ZeroMfgrcGroupWorker ¶ added in v1.9.0
type ZeroMfgrcGroupWorker = mfgrc.ZeroMfgrcGroupWorker
type ZeroMfgrcKeeper ¶ added in v1.9.0
type ZeroMfgrcKeeper = mfgrc.ZeroMfgrcKeeper
type ZeroMfgrcKeeperOpts ¶ added in v1.9.0
type ZeroMfgrcKeeperOpts = mfgrc.ZeroMfgrcKeeperOpts
type ZeroMfgrcMono ¶ added in v1.9.0
type ZeroMfgrcMono = mfgrc.ZeroMfgrcMono
type ZeroMfgrcMonoActuator ¶ added in v1.9.0
type ZeroMfgrcMonoActuator = mfgrc.ZeroMfgrcMonoActuator
type ZeroMfgrcMonoEventListener ¶ added in v1.9.0
type ZeroMfgrcMonoEventListener = mfgrc.ZeroMfgrcMonoEventListener
type ZeroMfgrcMonoQueueActuator ¶ added in v1.9.8
type ZeroMfgrcMonoQueueActuator = mfgrc.ZeroMfgrcMonoQueueActuator
type ZeroMfgrcMonoStore ¶ added in v1.9.0
type ZeroMfgrcMonoStore = mfgrc.ZeroMfgrcMonoStore
type ZeroMfgrcWorker ¶ added in v1.9.0
type ZeroMfgrcWorker = mfgrc.ZeroMfgrcWorker
type ZeroMysqlQueryOperation ¶ added in v1.11.23
type ZeroMysqlQueryOperation = processors.ZeroMysqlQueryOperation
type ZeroOrderBy ¶
type ZeroOrderBy = processors.ZeroOrderBy
type ZeroPostgresQueryOperation ¶ added in v1.11.23
type ZeroPostgresQueryOperation = processors.ZeroPostgresQueryOperation
type ZeroQuery ¶
type ZeroQuery = processors.ZeroQuery
type ZeroQueryOperation ¶
type ZeroQueryOperation = processors.ZeroQueryOperation
type ZeroRequest ¶
type ZeroRequest = structs.ZeroRequest
type ZeroResponse ¶
type ZeroResponse = structs.ZeroResponse
type ZeroSignature ¶ added in v1.12.0
type ZeroSignature = signatures.ZeroSignature
type ZeroSocketConnect ¶ added in v1.3.0
type ZeroSocketConnect = server.ZeroSocketConnect
type ZeroSocketServer ¶ added in v1.3.0
type ZeroSocketServer = server.ZeroSocketServer
type ZeroV1Message ¶ added in v1.7.0
type ZeroV1Message = protocol.ZeroV1Message
type ZeroV1MessageOperator ¶ added in v1.7.0
type ZeroV1MessageOperator = protocol.ZeroV1MessageOperator
type ZeroV1ServKeeper ¶ added in v1.7.0
type ZeroV1ServKeeper = protocol.ZeroV1ServKeeper
type ZeroXsacAutoProcessor ¶ added in v1.11.0
type ZeroXsacAutoProcessor = processors.ZeroXsacAutoProcessor
type ZeroXsacCustomPartChecker ¶ added in v1.12.3
type ZeroXsacCustomPartChecker = autohttpconf.ZeroXsacCustomPartChecker
type ZeroXsacDeclares ¶ added in v1.11.0
type ZeroXsacDeclares = structs.ZeroXsacDeclares
type ZeroXsacEntry ¶ added in v1.11.0
type ZeroXsacEntry = structs.ZeroXsacEntry
type ZeroXsacField ¶ added in v1.11.0
type ZeroXsacField = structs.ZeroXsacField
type ZeroXsacHttpDMLTrigger ¶ added in v1.11.50
type ZeroXsacHttpDMLTrigger = autohttpconf.ZeroXsacHttpDMLTrigger
type ZeroXsacHttpFetchTrigger ¶ added in v1.11.0
type ZeroXsacHttpFetchTrigger = autohttpconf.ZeroXsacHttpFetchTrigger
type ZeroXsacHttpSearchTrigger ¶ added in v1.11.0
type ZeroXsacHttpSearchTrigger = autohttpconf.ZeroXsacHttpSearchTrigger
type ZeroXsacKeeper ¶ added in v1.11.0
type ZeroXsacKeeper = autosqlconf.ZeroXsacKeeper
type ZeroXsacMysqlProcessor ¶ added in v1.11.0
type ZeroXsacMysqlProcessor = autosqlconf.ZeroXsacMysqlProcessor
type ZeroXsacPostgresAutoProcessor ¶ added in v1.11.0
type ZeroXsacPostgresAutoProcessor = processors.ZeroXsacPostgresAutoProcessor
type ZeroXsacPostgresProcessor ¶ added in v1.11.0
type ZeroXsacPostgresProcessor = autosqlconf.ZeroXsacPostgresProcessor
type ZeroXsacProcessor ¶ added in v1.11.0
type ZeroXsacProcessor = autosqlconf.ZeroXsacProcessor
type ZeroXsacTrigger ¶ added in v1.11.0
type ZeroXsacTrigger = structs.ZeroXsacTrigger
type ZeroXsacXhttpApi ¶ added in v1.12.8
type ZeroXsacXhttpApi = autohttpconf.ZeroXsacXhttpApi
type ZeroXsacXhttpDeclares ¶ added in v1.11.0
type ZeroXsacXhttpDeclares = autohttpconf.ZeroXsacXhttpDeclares
type ZeroXsacXhttpStructs ¶ added in v1.11.0
type ZeroXsacXhttpStructs = autohttpconf.ZeroXsacXhttpStructs
Click to show internal directories.
Click to hide internal directories.