Versions in this module Expand all Collapse all v1 v1.0.0 Feb 24, 2025 Changes in this version + func Server(opts ...Option) (*http.Server, error) + type Option func(o *Options) + func Config(val *config.Config) Option + func Context(val context.Context) Option + func Logger(val log.Logger) Option + type Options struct + Config *config.Config + Context context.Context + Logger log.Logger