Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceManager ¶
type ResourceManager interface { Run() error Shutdown() }
ResourceManager is interface to access resourceController resources
func NewResourceManager ¶
func NewResourceManager(svcID string, logger *zap.SugaredLogger, connectionUpdateCh chan int, availableConnections int32) (ResourceManager, error)
NewResourceManager creates an instance of a new resourceController and returns its interface
Click to show internal directories.
Click to hide internal directories.