Versions in this module Expand all Collapse all v0 v0.7.5 Aug 14, 2025 v0.0.3 Aug 14, 2025 Changes in this version + func NewService(network, addr string, opts ...Option) (service.Service, error) + type Option func(*options) + func AccessLogOption(enable bool) Option + func AutherOption(auther auth.Authenticator) Option + func PathPrefixOption(pathPrefix string) Option