domain

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Language

type Language interface {
	Language() string
}

Language

func NewLanguage

func NewLanguage(v string) Language

func SupportedLanguages

func SupportedLanguages() []Language

type Time

type Time interface {
	Time() int64
	TimeDate() string
}

Time

func NewTime

func NewTime(v int64) (Time, error)

type URL

type URL interface {
	URL() string
}

URL

func NewURL

func NewURL(v string) (URL, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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