Documentation
¶
Index ¶
- Constants
- type ZeroXsacHttpFetchTrigger
- type ZeroXsacHttpSearchTrigger
- type ZeroXsacXhttp
- func (xhttp *ZeroXsacXhttp) AddDataSource(dataSource string) *ZeroXsacXhttp
- func (xhttp *ZeroXsacXhttp) ExportExecutors() []*server.XhttpExecutor
- func (xhttp *ZeroXsacXhttp) XDataSource() string
- func (xhttp *ZeroXsacXhttp) XcheckTable() string
- func (xhttp *ZeroXsacXhttp) XdbName() string
- func (xhttp *ZeroXsacXhttp) XhttpPath() string
- func (xhttp *ZeroXsacXhttp) XsearchIndex() string
- func (xhttp *ZeroXsacXhttp) XtableName() string
- type ZeroXsacXhttpDeclares
- type ZeroXsacXhttpStructs
- func (e *ZeroXsacXhttpStructs) XhttpAutoProc() processors.ZeroXsacAutoProcessor
- func (e *ZeroXsacXhttpStructs) XhttpCheckTable() string
- func (e *ZeroXsacXhttpStructs) XhttpFetchTrigger() ZeroXsacHttpFetchTrigger
- func (e *ZeroXsacXhttpStructs) XhttpOpt() byte
- func (e *ZeroXsacXhttpStructs) XhttpPath() string
- func (e *ZeroXsacXhttpStructs) XhttpQueryOperation() processors.ZeroQueryOperation
- func (e *ZeroXsacXhttpStructs) XhttpSearchIndex() string
- func (e *ZeroXsacXhttpStructs) XhttpSearchTrigger() ZeroXsacHttpSearchTrigger
Constants ¶
View Source
const ( XSAC_HTTPFETCH_READY = "ready" XSAC_HTTPFETCH_ROW = "row" XSAC_HTTPFETCH_COMPLETE = "complete" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZeroXsacHttpFetchTrigger ¶
type ZeroXsacHttpFetchTrigger interface {
On(string, processors.ZeroQueryOperation, *structs.ZeroRequest, ...interface{}) error
}
type ZeroXsacHttpSearchTrigger ¶
type ZeroXsacHttpSearchTrigger interface {
On(string, *database.EQueryRequest, *structs.ZeroRequest, ...interface{}) error
}
type ZeroXsacXhttp ¶
type ZeroXsacXhttp struct {
// contains filtered or unexported fields
}
func NewXsacXhttp ¶
func NewXsacXhttp(coretype reflect.Type) *ZeroXsacXhttp
func (*ZeroXsacXhttp) AddDataSource ¶
func (xhttp *ZeroXsacXhttp) AddDataSource(dataSource string) *ZeroXsacXhttp
func (*ZeroXsacXhttp) ExportExecutors ¶
func (xhttp *ZeroXsacXhttp) ExportExecutors() []*server.XhttpExecutor
func (*ZeroXsacXhttp) XDataSource ¶
func (xhttp *ZeroXsacXhttp) XDataSource() string
func (*ZeroXsacXhttp) XcheckTable ¶
func (xhttp *ZeroXsacXhttp) XcheckTable() string
func (*ZeroXsacXhttp) XdbName ¶
func (xhttp *ZeroXsacXhttp) XdbName() string
func (*ZeroXsacXhttp) XhttpPath ¶
func (xhttp *ZeroXsacXhttp) XhttpPath() string
func (*ZeroXsacXhttp) XsearchIndex ¶
func (xhttp *ZeroXsacXhttp) XsearchIndex() string
func (*ZeroXsacXhttp) XtableName ¶
func (xhttp *ZeroXsacXhttp) XtableName() string
type ZeroXsacXhttpDeclares ¶
type ZeroXsacXhttpDeclares interface { structs.ZeroXsacDeclares XhttpPath() string XhttpAutoProc() processors.ZeroXsacAutoProcessor XhttpQueryOperation() processors.ZeroQueryOperation XhttpOpt() byte XhttpCheckTable() string XhttpSearchIndex() string XhttpFetchTrigger() ZeroXsacHttpFetchTrigger XhttpSearchTrigger() ZeroXsacHttpSearchTrigger }
type ZeroXsacXhttpStructs ¶
type ZeroXsacXhttpStructs struct {
structs.ZeroCoreStructs
}
func (*ZeroXsacXhttpStructs) XhttpAutoProc ¶
func (e *ZeroXsacXhttpStructs) XhttpAutoProc() processors.ZeroXsacAutoProcessor
func (*ZeroXsacXhttpStructs) XhttpCheckTable ¶
func (e *ZeroXsacXhttpStructs) XhttpCheckTable() string
func (*ZeroXsacXhttpStructs) XhttpFetchTrigger ¶
func (e *ZeroXsacXhttpStructs) XhttpFetchTrigger() ZeroXsacHttpFetchTrigger
func (*ZeroXsacXhttpStructs) XhttpOpt ¶
func (e *ZeroXsacXhttpStructs) XhttpOpt() byte
func (*ZeroXsacXhttpStructs) XhttpPath ¶
func (e *ZeroXsacXhttpStructs) XhttpPath() string
func (*ZeroXsacXhttpStructs) XhttpQueryOperation ¶ added in v1.11.23
func (e *ZeroXsacXhttpStructs) XhttpQueryOperation() processors.ZeroQueryOperation
func (*ZeroXsacXhttpStructs) XhttpSearchIndex ¶
func (e *ZeroXsacXhttpStructs) XhttpSearchIndex() string
func (*ZeroXsacXhttpStructs) XhttpSearchTrigger ¶
func (e *ZeroXsacXhttpStructs) XhttpSearchTrigger() ZeroXsacHttpSearchTrigger
Click to show internal directories.
Click to hide internal directories.