mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
remove interfaces pkg
This commit is contained in:
parent
73631de9e8
commit
879fea53d2
1 changed files with 0 additions and 28 deletions
|
|
@ -1,28 +0,0 @@
|
|||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/umbel/pilosa/db"
|
||||
"github.com/umbel/pilosa/util"
|
||||
)
|
||||
|
||||
type Transporter interface {
|
||||
Run()
|
||||
Close()
|
||||
Send(*db.Message, *util.GUID)
|
||||
Receive() *db.Message
|
||||
Push(*db.Message)
|
||||
}
|
||||
|
||||
type Dispatcher interface {
|
||||
Init() error
|
||||
Close()
|
||||
Run()
|
||||
}
|
||||
|
||||
type Executorer interface {
|
||||
Init() error
|
||||
Close()
|
||||
Run()
|
||||
NewJob(*db.Message)
|
||||
RunPQL(string, string) (interface{}, error)
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue