package
0.0.0-20241120074608-6378e9d597be
Repository: https://github.com/orcfax/oracle-suite.git
Documentation: pkg.go.dev
# README
Command line tools available for building
Docker Images
All docker images have reasonable defaults and are set up to run the main application for each service.
Check docker-compose.yml
in each app for more information.
# Run:
docker-compose -f ./cmd/<app>/docker-compose.yml run --rm <app> --help
# to see available options and additional commands.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewRootCommand returns a Cobra command with the given name and version.
No description provided by the author
# Structs
ConfigFlags is used to load multiple config files.
LoggerFlags is a set of flags for configuring a logger.
# Interfaces
No description provided by the author