Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPlane ¶
type ControlPlane interface { Start() error // Inject(iapp any, config *config.AppConfig) error SetJobChan(chan *job.Job) NotifyStat(stats NodeStat) error GetAppStatus() (*AppStatus, error) GetLocker() Locker GetRouter() Router GetSockdRouter() SockdRouter GetMsgBus() MsgBus GetNodeId() int64 GetIdService() IDService }
type NodeStatus ¶
type SockdRouter ¶
type StateWatcher ¶
type StateWatcher interface {
ApplyTargetHook(tenantId string, id int64, data *entities.TargetHook)
}
type Subscription ¶
Click to show internal directories.
Click to hide internal directories.