Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Config *iiifconfig.Config Sources []sources.Source Cache caches.Cache Args CommandOptions )
Functions ¶
Types ¶
type CommandOptions ¶
type CommandOptions struct {
Config string `desc:"Path to a valid config file"`
Host string `default:"127.0.0.1:8080" desc:"Bind the server to this host and port"`
Endpoint string `default:"http://127.0.0.1:8080/iiif" desc:"Use this endpoint in profiles"`
sources.SourceOptions
caches.CacheOptions
metrics.MetricsOptions
}
func Init ¶
func Init() CommandOptions
Click to show internal directories.
Click to hide internal directories.