package embed
import "github.com/markbates/pkger/pkging/embed"
Index ¶
Functions ¶
func Decode ¶
func Encode ¶
Types ¶
type Data ¶
type Data struct { Infos map[string]here.Info `json:"infos"` Files map[string]File `json:"files"` Here here.Info `json:"here"` }
type File ¶
type File struct { Info *pkging.FileInfo `json:"info"` Here here.Info `json:"her"` Path here.Path `json:"path"` Data []byte `json:"data"` Parent here.Path `json:"parent"` }
Source Files ¶
- Version
- v0.15.1
- Published
- Apr 3, 2020
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 9 hours ago –
Tools for package owners.