alias

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alias

type Alias struct {
	Left  string
	Right string
	// contains filtered or unexported fields
}

func (Alias) String

func (a Alias) String() string

type Set

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

func (*Set) Get

func (s *Set) Get(key string) (*Alias, bool)

func (*Set) Inner

func (s *Set) Inner() map[string]*Alias

func (*Set) Len

func (s *Set) Len() int

func (*Set) Set

func (s *Set) Set(left, right string)

func (*Set) Sorted

func (s *Set) Sorted() []*Alias

func (*Set) Unset

func (s *Set) Unset(key string) bool

Jump to

Keyboard shortcuts

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