locator

package
v0.0.0-...-c04ea6e Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileLocation

type FileLocation struct {
	Row      int
	Col      int
	FileName string
	DirName  string
}

func (*FileLocation) Locate

func (loc *FileLocation) Locate() string

type IndexLocation

type IndexLocation struct {
	Index int
}

func CreateIndexLocation

func CreateIndexLocation(index int) *IndexLocation

func (*IndexLocation) Locate

func (loc *IndexLocation) Locate() string

type Locator

type Locator interface {
	Locate() string
}

Jump to

Keyboard shortcuts

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