types

package
v1.14.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CtxKey

type CtxKey string
const GlobalParamsCtxKey CtxKey = "global_params"

type GlobalParams

type GlobalParams struct {
	Buildpath         utils_types.FilePath
	Theme             Theme
	SiteRoot          string
	StaticRoot        string
	OppositeThemeRoot string
	Pagepath          string
	Heading           string
	Timestamp         time.Time
}

func GetCtx

func GetCtx(ctx context.Context) GlobalParams

type Theme

type Theme int64
const (
	ThemeDark Theme = iota
	ThemeLight
)

type Url

type Url string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL