Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2022 Changes in this version + const Type + type Storage struct + AccessToken string + Branch string + CheckExpiry time.Duration + CommitterEmail string + CommitterName string + Dir string + RepositoryName string + RepositoryOwner string + func New(config json.RawMessage) (*Storage, error) + func (Storage) Type() string + func (gh *Storage) Fetch(name string) ([]types.Result, error) + func (gh *Storage) GetIndex() (map[string]int64, error) + func (gh *Storage) Maintain() error + func (gh *Storage) Store(results []types.Result) error