Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EntryPointInfo ¶
type ManifestInfo ¶
type ManifestInfo struct { FilePath string `json:"src,omitempty"` Integrity string `json:"integrity,omitempty"` // The known entrypoints App *EntryPointInfo `json:"app,omitempty"` Dark *EntryPointInfo `json:"dark,omitempty"` Light *EntryPointInfo `json:"light,omitempty"` }
Click to show internal directories.
Click to hide internal directories.