helper-go

module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2020 License: MIT

README

helper-go

Helper for services written in Golang.

Features

  • Package auth provides authentication and authorization methods using JSON Web Tokens.
  • Package cerror provides customized errors that represent status for HTTP responses and specific treatments.
  • Package concurrent provides a Flow implementation to perform background processing and notify your subscribers through an Emitter.
  • Package controller implements a Controller with utility methods.
  • Package integration provides a custom Kafka wrapper to work with the outbox pattern.
  • Package middleware provides settings for CORS, GZIP and JWT token validation.
  • Package hashutil provides utility functions to generate and validate hash.

Directories

Path Synopsis
Package auth provides authentication and authorization methods using JSON Web Tokens.
Package auth provides authentication and authorization methods using JSON Web Tokens.
Package cerror provides customized errors that represent status for HTTP responses and specific treatments.
Package cerror provides customized errors that represent status for HTTP responses and specific treatments.
Package concurrent provides a Flow implementation to perform background processing and notify your subscribers through an Emitter.
Package concurrent provides a Flow implementation to perform background processing and notify your subscribers through an Emitter.
Package controller implements a Controller with utility methods.
Package controller implements a Controller with utility methods.
Package integration provides a custom Kafka wrapper to work with the outbox pattern.
Package integration provides a custom Kafka wrapper to work with the outbox pattern.
Package middleware provides settings for CORS, GZIP and JWT token validation.
Package middleware provides settings for CORS, GZIP and JWT token validation.
util
hashutil
Package hashutil provides utility functions to generate and validate hash.
Package hashutil provides utility functions to generate and validate hash.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL