Documentation
¶
Index ¶
- type Cache
- func (c *Cache) FetchAttestedNode(ctx context.Context, id string) (*common.AttestedNode, error)
- func (c *Cache) LookupAttestedNode(id string) (*common.AttestedNode, time.Time)
- func (c *Cache) PeriodicRebuild(ctx context.Context) error
- func (c *Cache) Rebuild(ctx context.Context) error
- func (c *Cache) RemoveAttestedNode(spiffeId string)
- func (c *Cache) UpdateAttestedNode(node *common.AttestedNode)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) FetchAttestedNode ¶
func (*Cache) LookupAttestedNode ¶
func (*Cache) RemoveAttestedNode ¶
func (*Cache) UpdateAttestedNode ¶
func (c *Cache) UpdateAttestedNode(node *common.AttestedNode)
Click to show internal directories.
Click to hide internal directories.