Versions in this module Expand all Collapse all v0 v0.1.6 Sep 10, 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