os

package
v0.47.1 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Namespace

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

Namespace provides template functions for the "os" namespace.

func New

func New(deps *deps.Deps) *Namespace

New returns a new instance of the os-namespaced template functions.

func (*Namespace) FileExists added in v0.30.1

func (ns *Namespace) FileExists(i interface{}) (bool, error)

FileExists checks whether a file exists under the given path.

func (*Namespace) Getenv

func (ns *Namespace) Getenv(key interface{}) (string, error)

Getenv retrieves the value of the environment variable named by the key. It returns the value, which will be empty if the variable is not present.

func (*Namespace) ReadDir

func (ns *Namespace) ReadDir(i interface{}) ([]_os.FileInfo, error)

ReadDir lists the directory contents relative to the configured WorkingDir.

func (*Namespace) ReadFile

func (ns *Namespace) ReadFile(i interface{}) (string, error)

ReadFile reads the file named by filename relative to the configured WorkingDir. It returns the contents as a string. There is an upper size limit set at 1 megabytes.

func (*Namespace) Stat added in v0.47.1

func (ns *Namespace) Stat(i interface{}) (_os.FileInfo, error)

Stat returns the os.FileInfo structure describing file.

Jump to

Keyboard shortcuts

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