Documentation ¶ Index ¶ func Asset(name string) ([]byte, error) type BindataFS func (assetFS *BindataFS) Asset(name string) ([]byte, error) func (assetFS *BindataFS) Compile() error func (assetFS *BindataFS) Glob(pattern string) (matches []string, err error) func (assetFS *BindataFS) RegisterPath(path string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Asset ¶ func Asset(name string) ([]byte, error) Types ¶ type BindataFS ¶ type BindataFS struct { Path string ViewPaths []string AssetFileSystem admin.AssetFSInterface } var AssetFS *BindataFS func (*BindataFS) Asset ¶ func (assetFS *BindataFS) Asset(name string) ([]byte, error) func (*BindataFS) Compile ¶ func (assetFS *BindataFS) Compile() error func (*BindataFS) Glob ¶ func (assetFS *BindataFS) Glob(pattern string) (matches []string, err error) func (*BindataFS) RegisterPath ¶ func (assetFS *BindataFS) RegisterPath(path string) error Source Files ¶ View all Source files bindatafs.go templates.go Click to show internal directories. Click to hide internal directories.