Documentation
¶
Index ¶
Constants ¶
View Source
const LTSRebalancedModName = LTSRebalancedRepoOwner + "." + LTSRebalancedRepoName
View Source
const LTSRebalancedRepoName = "LTSRebalance"
View Source
const LTSRebalancedRepoOwner = "Dinorush"
View Source
const RebalancedLtsModTest = "rebalanced_lts_mod_test"
Variables ¶
View Source
var ByName = map[string]func() Mod{ "pg9182_metrics": func() Mod { return &PG9182Metrics{} }, "rebalanced_lts_mod": func() Mod { return &RebalancedLTS{PreRelease: false} }, RebalancedLtsModTest: func() Mod { return &RebalancedLTS{PreRelease: true} }, "titan_debug": func() Mod { return &TitanDebug{} }, "ctf_experimental": func() Mod { return &TestCTFSpawns{} }, "remove_navmesh": func() Mod { return &RemoveNavmesh{} }, "holo_shift_mod": func() Mod { return &ThunderstoreMod{ Enabled: false, Name: "HoloShift", } }, "parseable_logs": func() Mod { return &ThunderstoreMod{ Enabled: false, Name: "ParseableLogs", } }, "ramp_water": func() Mod { return &ThunderstoreMod{ Enabled: false, Name: "RampWater", } }, "better_homestead": func() Mod { return &ThunderstoreMod{ Enabled: false, Name: "BetterHomestead", } }, "better_rise": func() Mod { return &ThunderstoreMod{ Enabled: false, Name: "BetterRise", } }, "archon": func() Mod { return &ThunderstoreMod{ Enabled: false, Name: "MoblinArchon", } }, }
View Source
var ErrNoTagsFound = fmt.Errorf("no tags found")
Functions ¶
This section is empty.
Types ¶
type PG9182Metrics ¶
type PG9182Metrics struct{}
func (PG9182Metrics) EnabledByDefault ¶
func (r PG9182Metrics) EnabledByDefault() bool
func (PG9182Metrics) Validate ¶
func (r PG9182Metrics) Validate(otherMods []Mod) error
type RebalancedLTS ¶
type RebalancedLTS struct {
PreRelease bool
}
func (RebalancedLTS) EnabledByDefault ¶
func (r RebalancedLTS) EnabledByDefault() bool
func (RebalancedLTS) Validate ¶
func (r RebalancedLTS) Validate(otherMods []Mod) error
type RemoveNavmesh ¶
type RemoveNavmesh struct{}
func (RemoveNavmesh) EnabledByDefault ¶
func (r RemoveNavmesh) EnabledByDefault() bool
func (RemoveNavmesh) Validate ¶
func (r RemoveNavmesh) Validate(otherMods []Mod) error
type TestCTFSpawns ¶
type TestCTFSpawns struct{}
func (TestCTFSpawns) EnabledByDefault ¶
func (r TestCTFSpawns) EnabledByDefault() bool
func (TestCTFSpawns) Validate ¶
func (r TestCTFSpawns) Validate(otherMods []Mod) error
type ThunderstoreMod ¶
func (ThunderstoreMod) EnabledByDefault ¶
func (h ThunderstoreMod) EnabledByDefault() bool
func (ThunderstoreMod) Validate ¶
func (r ThunderstoreMod) Validate(otherMods []Mod) error
type TitanDebug ¶
type TitanDebug struct{}
func (TitanDebug) EnabledByDefault ¶
func (h TitanDebug) EnabledByDefault() bool
func (TitanDebug) Validate ¶
func (r TitanDebug) Validate(otherMods []Mod) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.