Documentation
¶
Overview ¶
Package state provides functions for reading and writing diff status files.
Index ¶
- func WriteLastState(cacheDir string, state *DiffState) error
- type DiffState
- func FromOscGz(oscFile string) (*DiffState, error)
- func FromPbf(filename string, before time.Duration, replicationUrl string, ...) (*DiffState, error)
- func Parse(f io.Reader) (*DiffState, error)
- func ParseFile(stateFile string) (*DiffState, error)
- func ParseLastState(cacheDir string) (*DiffState, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteLastState ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.