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

https://github.com/xmidt-org/arrange

Allows types unmarshaled from viper to be used as components and implements conditional components
https://github.com/xmidt-org/arrange

Last synced: 9 months ago
JSON representation

Allows types unmarshaled from viper to be used as components and implements conditional components

Awesome Lists containing this project

README

          

# arrange

Arrange is a companion to [fx](go.uber.org/fx) that adds some standard, opinionated APIs for common dependency injection tasks. Refer to the godoc for more information and examples.

[![Build Status](https://github.com/xmidt-org/arrange/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/arrange/actions/workflows/ci.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/arrange/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/arrange?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/arrange)](https://goreportcard.com/report/github.com/xmidt-org/arrange)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/arrange/blob/main/LICENSE)
[![GitHub Release](https://img.shields.io/github/release/xmidt-org/arrange.svg)](CHANGELOG.md)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/arrange)](https://pkg.go.dev/github.com/xmidt-org/arrange)

## Summary

Arrange provides some additional utility for microservices built on [fx](go.uber.org/fx). In particular, `arrangehttp` provides a lightly opinionated way to bootstrap clients and servers.

## Table of Contents

- [Code of Conduct](#code-of-conduct)
- [Details](#details)
- [Install](#install)
- [Contributing](#contributing)

## Code of Conduct

This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.

## Install

go get github.com/xmidt-org/arrange

## Contributing

Refer to [CONTRIBUTING.md](CONTRIBUTING.md).