# README
dtx-lib-bootstrap-go
A library to increase the reliability of running and shutting down Go applications.
Usage
package main
import (
"bitbucket.org/weltcorp/dtx-lib-bootstrap-go"
"context"
)
func main() {
ctx := context.Background()
shutdowns := config.Setup(ctx)
// Example
go GrpcServer()
go GatewayServer()
// ...
dtxBootstrap.GracefulShutdown(shutdowns)
}
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Type aliases
No description provided by the author