Categorygithub.com/causalfoundry/utils
repository
0.3.29
Repository: https://github.com/causalfoundry/utils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Utils (work-in-progress)

This collection of common helper functions is used to build HTTP services in Golang. It provides:

  • Quick setup for local integration test frameworks with docker & database (Postgres).
  • Some basic HTTP frameworks regarding authentication & marshaling payload from requests, etc.

These are commonly used functions in multiple of the HTTP services we have in the team. The underlying HTTP framework is echo.

License

MIT