Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { // ReadyToStore is a list of store cache records that are ready to be stored on specific SVID Store ReadyToStore() []*storecache.Record // HandledRecord sets a revision to record on cache HandledRecord(entry *common.RegistrationEntry, revision int64) }
type SVIDStoreService ¶
type SVIDStoreService struct {
// contains filtered or unexported fields
}
func New ¶
func New(c *Config) *SVIDStoreService
func (*SVIDStoreService) Run ¶
func (s *SVIDStoreService) Run(ctx context.Context) error
Run starts SVID Store service
func (*SVIDStoreService) SetStoreFinishedHook ¶
func (s *SVIDStoreService) SetStoreFinishedHook(storeFinished chan struct{})
SetStoreFinishedHook used for testing only
Click to show internal directories.
Click to hide internal directories.