Versions in this module Expand all Collapse all v0 v0.2.0 Jun 15, 2022 Changes in this version type VersionDataLine + Delete bool v0.1.0 May 5, 2022 Changes in this version + type DataPoint map[string]float64 + type MetaPoint map[string]MetaValue + type MetaValue struct + URL string + Value string + type Project struct + Data map[semver.Version]*VersionData + Lock *sync.RWMutex + Versions semver.Versions + Writer io.WriteCloser + func (p *Project) Add(line *VersionDataLine) error + type State struct + Projects map[string]*Project + func ReadState(config *config.Config, directory string) (*State, error) + func (s *State) Close() + type VersionData struct + Meta MetaPoint + Values DataPoint + type VersionDataLine struct + Version semver.Version