path

package
v0.0.0-...-98df32a Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2025 License: BSD-3-Clause Imports: 10 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encrypted

type Encrypted struct {
	Data []byte
	Iv   []byte
}

type Path

type Path struct {
	// contains filtered or unexported fields
}

func DecryptPath

func DecryptPath(e *Encrypted) (*Path, error)

func GeneratePath

func GeneratePath() (*Path, error)

func NewPath

func NewPath(v string) (*Path, error)

func (*Path) Digest

func (v *Path) Digest() [32]byte

func (*Path) Encrypt

func (v *Path) Encrypt() (*Encrypted, error)

func (*Path) Equals

func (v *Path) Equals(p *Path) bool

func (*Path) RawValue

func (v *Path) RawValue() string

func (*Path) String

func (v *Path) String() string

Jump to

Keyboard shortcuts

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