Categorygithub.com/eekwong/go-interruptible-service
repositorypackage
0.1.0
Repository: https://github.com/eekwong/go-interruptible-service.git
Documentation: pkg.go.dev

# README

go-interruptible-service

A library to create an interruptible service that has a graceful shutdown function to run after the signals

Example

type App struct {

}