directory
0.9.1
Repository: https://github.com/coding-hui/iam.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package app defines an application framework used to create application.
No description provided by the author
Package code defines error codes for iam platform.
No description provided by the author
Package db provide useful functions to create mysql instance.
No description provided by the author
Package middleware defines multiple gin middlewares.
Package options is the public flags and options used by a generic api server.
Package server defines the generic apiserver used by all iam platform.
Package shutdown Providing shutdown callbacks for graceful app shutdown # Installation To install run: go get github.com/coding-hui/iam/pkg/shutdown # Example - posix signals Graceful shutdown will listen for posix SIGINT and SIGTERM signals.