Versions in this module Expand all Collapse all v1 v1.1.2 Jan 4, 2026 v1.1.1 May 6, 2025 Changes in this version + type Main struct + func (this *Main) RunWithKlog(serverKind ServerKind, start func() error, stop func() error) error + func (this *Main) RunWithSlog(serverKind ServerKind, start func(*slog.Log) error, stop func(*slog.Log) error) error + type ServerKind string + const CloudEvents + const GRPC + const Http + const LongPolling + const Socket