Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFailedReadAppManifest = errors.New("failed to read app manifest") ErrInvalidAppManifest = errors.New("invalid app manifest") )
Functions ¶
Types ¶
type ExtraMetadata ¶
type ExtraMetadata map[string]interface{}
type PathContent ¶
type WebAppMetadata ¶
type WebAppMetadata struct { Schema string `msgpack:"$schema,omitempty"` Type string `msgpack:"type"` Name string `msgpack:"name,omitempty"` TryFiles []string `msgpack:"tryFiles,omitempty"` ErrorPages map[string]string `msgpack:"errorPages,omitempty"` Paths map[string]PathContent `msgpack:"paths"` ExtraMetadata ExtraMetadata `msgpack:"extraMetadata,omitempty"` }
Click to show internal directories.
Click to hide internal directories.