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

https://github.com/moul/funcenter

function-level middlewares in golang
https://github.com/moul/funcenter

debug debugging function golang logging middleware tracing

Last synced: 3 months ago
JSON representation

function-level middlewares in golang

Awesome Lists containing this project

README

          

# funcenter

:smile: funcenter is a function middleware system

[![CircleCI](https://circleci.com/gh/moul/funcenter.svg?style=shield)](https://circleci.com/gh/moul/funcenter)
[![GoDoc](https://godoc.org/moul.io/funcenter?status.svg)](https://godoc.org/moul.io/funcenter)
[![License](https://img.shields.io/github/license/moul/funcenter.svg)](https://github.com/moul/funcenter/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/moul/funcenter.svg)](https://github.com/moul/funcenter/releases)
[![Go Report Card](https://goreportcard.com/badge/moul.io/funcenter)](https://goreportcard.com/report/moul.io/funcenter)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/funcenter/badge)](https://www.codefactor.io/repository/github/moul/funcenter)
[![codecov](https://codecov.io/gh/moul/funcenter/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/funcenter)
[![Sourcegraph](https://sourcegraph.com/github.com/moul/funcenter/-/badge.svg)](https://sourcegraph.com/github.com/moul/funcenter?badge)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/)

funcenter allows you to create middlewares for functions, allowing you to have a clean codebase while having per-function tracing/logging/etc capabilities

## Usage

See the [examples](./examples/) directory

## Install

```console
$ go get -u moul.io/funcenter
```

## License

© 2019 [Manfred Touron](https://manfred.life) -
[Apache-2.0 License](https://github.com/moul/funcenter/blob/master/LICENSE)