Versions in this module Expand all Collapse all v0 v0.2.0 Nov 9, 2021 Changes in this version + type Cache struct + func NewCache(ctx context.Context) *Cache + func (c *Cache) Delete(rel *v1.Relationship) + func (c *Cache) Next() *Operation + func (c *Cache) Requeue(op OperationType, rel *v1.Relationship) + func (c *Cache) Touch(rel *v1.Relationship) + type Operation struct + OpType OperationType + Rel *v1.Relationship + type OperationType int + const OperationTypeDelete + const OperationTypeTouch + func (t OperationType) RelationshipUpdateOpType() v1.RelationshipUpdate_Operation + func (t OperationType) String() string