hugo

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fs added in v0.1.1

type Fs interface {
	WorkingDir() string
}

type Host added in v0.1.1

type Host interface {
	IsMultihost() bool
}

type Info added in v0.1.1

type Info interface {
	Version
	Language
	Host
	Fs
}

type Language added in v0.1.1

type Language interface {
	IsMultilingual() bool
}

type Namespace added in v0.1.1

type Namespace struct {
	Info
}

Namespace provides template functions for the "os" namespace.

func New added in v0.1.1

func New(info Info) *Namespace

New returns a new instance of the os-namespaced template functions.

type Version

type Version interface {
	Version() string
}

Jump to

Keyboard shortcuts

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