Searched refs:RetryLayerTermsOfServiceStore (Results 1 – 1 of 1) sorted by relevance
355 type RetryLayerTermsOfServiceStore struct { struct9625 func (s *RetryLayerTermsOfServiceStore) Get(id string, allowFromCache bool) (*model.TermsOfService,… argument9645 func (s *RetryLayerTermsOfServiceStore) GetLatest(allowFromCache bool) (*model.TermsOfService, erro… argument9665 func (s *RetryLayerTermsOfServiceStore) Save(termsOfService *model.TermsOfService) (*model.TermsOfS… argument12539 …newStore.TermsOfServiceStore = &RetryLayerTermsOfServiceStore{TermsOfServiceStore: childStore.Term…