Documentation ¶
Overview ¶
Package files provides a set type to track local/remote files with newness checks.
Index ¶
- func SetCM(m *cid.Map)
- type Set
- func (m *Set) Availability(name string) bitset
- func (m *Set) Changes(id uint) uint64
- func (m *Set) Get(id uint, file string) scanner.File
- func (m *Set) GetGlobal(file string) scanner.File
- func (m *Set) Global() []scanner.File
- func (m *Set) Have(id uint) []scanner.File
- func (m *Set) Need(id uint) []scanner.File
- func (m *Set) Replace(id uint, fs []scanner.File)
- func (m *Set) ReplaceWithDelete(id uint, fs []scanner.File)
- func (m *Set) Update(id uint, fs []scanner.File)
- type SortBy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Set ¶
func (*Set) Availability ¶ added in v0.7.0
func (*Set) ReplaceWithDelete ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.