lifecycle

package
v0.0.0-...-ef901e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerClose

type ServerClose interface {
	// Wrap given Context, cancel it on server termination.
	WithCancel(ctxToWrap context.Context, action func(ctx context.Context))
	// Terminate handlers.
	Close()
}

ServerClose provides way to terminate handler when server shutdown.

func NewServerClose

func NewServerClose() ServerClose

NewServerClose creates ServerClose instance.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL