Documentation ¶
Index ¶
- type DataCache
- func (c *DataCache) Drop()
- func (c *DataCache) ForEachLink(cb func(key string, link *link.Link))
- func (c *DataCache) ForEachService(cb func(key string, svc *service.Service))
- func (c *DataCache) UpsertLinksFromFlows(flows []*flow.Flow) []Result[*link.Link]
- func (c *DataCache) UpsertService(newSvc *service.Service) events.EventKind
- func (c *DataCache) UpsertServiceLink(newLink *link.Link) events.EventKind
- func (c *DataCache) UpsertServicesFromFlows(flows []*flow.Flow) []Result[*service.Service]
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataCache ¶
type DataCache struct {
// contains filtered or unexported fields
}
func (*DataCache) ForEachLink ¶
func (*DataCache) ForEachService ¶
func (*DataCache) UpsertLinksFromFlows ¶
func (*DataCache) UpsertService ¶
func (*DataCache) UpsertServiceLink ¶
Click to show internal directories.
Click to hide internal directories.