Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Title ¶ added in v1.104.1
COPY PASTE FROM https://cs.opensource.google/go/go/+/refs/tags/go1.21.10:src/strings/strings.go;l=782
Types ¶
type DiscoveryData ¶ added in v1.44.1
type DiscoveryData struct {
ShowDisco bool
Ids []*configs_export.Tractor
TractorsByID map[cfg.TractorID]*configs_export.Tractor
Config *techcompat.Config
LatestPatch autopatcher.Patch
Minecontrol *minecontrol.Config
*infocarder.Infocarder
OrderedTechcompat configs_export.TechCompatOrderer
}
type GlobalParams ¶
type GlobalParams struct {
Buildpath utils_types.FilePath
Theme Theme
Themes []string
SiteHost string
SiteRoot string
SiteUrl string
StaticRoot string
Heading string
Timestamp time.Time
TractorTabName string
RelayHost string
RelayRoot string
AppStart time.Time
ShowDisco bool
}
func GetCtx ¶
func GetCtx(ctx context.Context) *GlobalParams
func (*GlobalParams) GetBuildPath ¶
func (g *GlobalParams) GetBuildPath() utils_types.FilePath
func (*GlobalParams) GetStaticRoot ¶ added in v1.22.6
func (g *GlobalParams) GetStaticRoot() string
type SharedData ¶ added in v1.44.1
type SharedData struct {
}
Click to show internal directories.
Click to hide internal directories.