Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
func NewBackend ¶
type BackendRegistry ¶
type BackendRegistry interface { UpdateHealth(status BackendStatus) error Subscribe(backendId uint64) <-chan BackendStatus GetBackendById(backendId uint64) (Backend, bool) AddBackendToRegistry(backend Backend) }
type BackendStatus ¶
Click to show internal directories.
Click to hide internal directories.