bindata

package
v2.2.3+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2020 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Asset = func(name string) ([]byte, error) {
		return nil, fmt.Errorf("Asset %s not found", name)
	}

	AssetDir = func(name string) ([]string, error) {
		return nil, fmt.Errorf("Asset %s not found", name)
	}

	AssetInfo = func(name string) (os.FileInfo, error) {
		return nil, fmt.Errorf("AssetInfo %s not found", name)
	}
)
View Source
var StaticOptions = &middleware.StaticOptions{
	Root:     "",
	Path:     "/public/assets/",
	Fallback: []string{},
}

Functions

func Initialize

func Initialize()

Types

This section is empty.

Jump to

Keyboard shortcuts

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