Versions in this module Expand all Collapse all v0 v0.1.0 Apr 23, 2018 Changes in this version + func CliAccess() + type Config struct + Cert string + Galleries map[string]*Gallery + Key string + Port string + SSL bool + var GlobConfig Config + func ReadConfig(f string, initialize bool) Config + type Gallery struct + CustomCss bool + Description string + Dir dir + Download bool + Images []Image + Sort bool + Title string + type Image struct + Date string + Feature bool + Name string + Ratio float32 + Time time.Time