Versions in this module Expand all Collapse all v0 v0.1.4 Sep 9, 2020 v0.1.3 Sep 9, 2020 v0.1.2 Sep 9, 2020 Changes in this version + func Server(opts ...Option) (*http.Server, error) + type Option func(o *Options) + func Config(val *config.Config) Option + func Logger(val log.Logger) Option + type Options struct + Address string + Config *config.Config + Logger log.Logger + Name string