Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPoint ¶
ControlPoint represents control point kept in the cache.
type ControlPointCache ¶
ControlPointCache keeps information about control points their services.
func NewControlPointCache ¶
func NewControlPointCache() *ControlPointCache
NewControlPointCache returns new instance of control point cache.
func (*ControlPointCache) GetAllAndClear ¶
func (c *ControlPointCache) GetAllAndClear() map[ControlPoint]struct{}
GetAllAndClear returns the current state of cache and clears the cache.
func (*ControlPointCache) Put ¶
func (c *ControlPointCache) Put(name, service string)
Put inserts control point with given name and service.
Click to show internal directories.
Click to hide internal directories.