Versions in this module Expand all Collapse all v0 v0.14.0 Jan 25, 2024 Changes in this version + func StopSignalHandler(ctx context.Context, cancel context.CancelFunc, logger *slog.Logger, ...) error + type BaseServer struct + Address string + Cancel context.CancelFunc + Config Config + Ctx context.Context + Logger *slog.Logger + Name string + Protocol string + type Config struct + CertFile string + Host string + KeyFile string + Port string + type Server interface + Start func() error + Stop func() error