Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type McModUpdater ¶
type McModUpdater struct {
// contains filtered or unexported fields
}
func NewMcModUpdater ¶
func NewMcModUpdater(conf *config.Config) (*McModUpdater, error)
func (*McModUpdater) LoadTree ¶
func (m *McModUpdater) LoadTree(tree fs.StatFS) (*develop.PlatformVersions, error)
func (*McModUpdater) PlatArch ¶
func (m *McModUpdater) PlatArch() *dev.Architectury
func (*McModUpdater) Platforms ¶
func (m *McModUpdater) Platforms() map[develop.DevPlatform]develop.Develop
type VersionUpdateItem ¶
type VersionUpdateItem struct { Property develop.PropVersion Current, Latest string }
type VersionUpdateList ¶
type VersionUpdateList []VersionUpdateItem
func (VersionUpdateList) ChangeToLatest ¶
func (v VersionUpdateList) ChangeToLatest() map[develop.PropVersion]string