An open API service indexing awesome lists of open source software.

https://github.com/kyuff/anchor

Library to manage application lifetime in a Go microservice architecture
https://github.com/kyuff/anchor

application go golang library microservice runtime service

Last synced: 8 months ago
JSON representation

Library to manage application lifetime in a Go microservice architecture

Awesome Lists containing this project

README

          

# anchor

[![Build Status](https://github.com/kyuff/anchor/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/kyuff/anchor/actions/workflows/go.yml)
[![Report Card](https://goreportcard.com/badge/github.com/kyuff/anchor)](https://goreportcard.com/report/github.com/kyuff/anchor/)
[![Go Reference](https://pkg.go.dev/badge/github.com/kyuff/anchor.svg)](https://pkg.go.dev/github.com/kyuff/anchor)
[![codecov](https://codecov.io/gh/kyuff/anchor/graph/badge.svg?token=GA4GSQCLZE)](https://codecov.io/gh/kyuff/anchor)

Library to manage application lifetime in a Go microservice architecture