Categorygithub.com/firekitz/fk-lib-bootstrap-go
modulepackage
1.0.0
Repository: https://github.com/firekitz/fk-lib-bootstrap-go.git
Documentation: pkg.go.dev

# 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)
}

# Packages

No description provided by the author
No description provided by the author

# 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

# Structs

No description provided by the author

# Type aliases

No description provided by the author