Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct {
Lock *sync.RWMutex
Versions semver.Versions
Data map[semver.Version]*VersionData
Writer io.WriteCloser
}
func (*Project) Add ¶
func (p *Project) Add(line *VersionDataLine) error
type VersionData ¶
type VersionDataLine ¶
type VersionDataLine struct {
VersionData
Version semver.Version `json:"version"`
Delete bool `json:"delete,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.