Versions in this module Expand all Collapse all v1 v1.3.80 Dec 3, 2024 Changes in this version + type Gateway struct + func (gw *Gateway) Name() string + func (gw *Gateway) Run() error + func (gw *Gateway) Stop() error v1.3.79 Dec 2, 2024 v1.3.78 Nov 28, 2024 Changes in this version + type GracefulQuit struct + func New() *GracefulQuit + func (gc *GracefulQuit) Context() context.Context + func (gc *GracefulQuit) WaitToQuit(gss ...GracefulService) + type GracefulService interface + Name func() string + Stop func() error