path

package
v0.0.0-...-e537141 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2023 License: GPL-3.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 Absolute

type Absolute string

func (Absolute) Kind

func (Absolute) Kind() Kind

type Kind

type Kind string
const (
	KindParts    Kind = "path.parts"
	KindRelative Kind = "path.relative"
	KindAbsolute Kind = "path.absolute"
)

type Methods

type Methods struct {
	Resolve func(Raw) (ResolvedAbsolute, error)
}

type Parts

type Parts []string

func (Parts) Kind

func (Parts) Kind() Kind

type Raw

type Raw interface {
	Kind() Kind
}

type Relative

type Relative string

func (Relative) Kind

func (Relative) Kind() Kind

type ResolvedAbsolute

type ResolvedAbsolute string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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