resources

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: May 29, 2023 License: Apache-2.0 Imports: 14 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DirExists

func DirExists(dirName string) bool

DirExists tells if a directory exists and can be listed for files.

func Resource

func Resource(name string) ([]byte, error)

Resource provides an easy way to access to embedded assets.

func ResourceAsString

func ResourceAsString(name string) (string, error)

ResourceAsString returns the named resource content as string.

func Resources

func Resources(dirName string) ([]string, error)

Resources lists all file names in the given path (starts with '/').

func TemplateResource

func TemplateResource(name string, params interface{}) (string, error)

TemplateResource loads a file resource as go template and processes it using the given parameters.

func WithPrefix added in v1.7.0

func WithPrefix(pathPrefix string) ([]string, error)

WithPrefix lists all file names that begins with the give path prefix If pathPrefix is a path of directories then be sure to end it with a '/'.

Types

This section is empty.

Jump to

Keyboard shortcuts

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