Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Config ¶
type Config struct { PublicBaseUrl string `yaml:"public_base_url"` Port int `yaml:"port"` Dsn string `yaml:"dsn"` Access `yaml:"access"` Certificate `yaml:"certificate"` License `yaml:"license"` Status `yaml:"status"` Resources string `yaml:"resources"` }
LCP Server configuration
type License ¶
type License struct { Provider string `yaml:"provider"` // URI Profile string `yaml:"profile"` // "http://readium.org/lcp/basic-profile" || "http://readium.org/lcp/profile-1.0" || ... HintLink string `yaml:"hint_link"` }
Click to show internal directories.
Click to hide internal directories.