bindata

package
v3.6.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2021 License: AGPL-3.0 Imports: 12 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{},
}

StaticOptions static中间件选项

Functions

func Initialize

func Initialize()

Initialize 初始化

Types

This section is empty.

Jump to

Keyboard shortcuts

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