domain

package
v1.7.7 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2025 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 CreateURL added in v1.5.0

func CreateURL(v string) URL

CreateURL creates a new URL instance with the given value without validation.

func NewURL

func NewURL(v string) (URL, error)

Directories

Path Synopsis
Package allerror provides a set of error codes and error types used in the application.
Package allerror provides a set of error codes and error types used in the application.

Jump to

Keyboard shortcuts

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