Versions in this module Expand all Collapse all v0 v0.0.1 Nov 19, 2024 Changes in this version + func RunHttp(ctx context.Context, server *http.Server, certFile, keyFile string) error + type Server interface + Run func(context.Context) error + type ServerFunc func(context.Context) error + func (f ServerFunc) Run(ctx context.Context) error