utils

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BufioUtils

type BufioUtils interface {
	NewScanner(r io.Reader) *bufio.Scanner
}

func NewBufioUtils

func NewBufioUtils() BufioUtils

type OsUtils

type OsUtils interface {
	Getenv(key string) string
	Open(name string) (*os.File, error)
	PathExists(path string) (bool, error)
}

func NewOsUtils

func NewOsUtils() OsUtils

Jump to

Keyboard shortcuts

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