Default project structure for ChefBook microservice
api
- go module for inter service communicationassets
- non-code resources required for servicecmd
- application entry pointdeployments
- Kubernetes setupinternal
- microservice codemigrations
- directory for data storage (usually database) migrationspkg
- common code that can be placed in other projects; reusable packages usually implemented by dependency on common repositoryscripts
- useful.sh
scriptssercrets
- directory for sensitive data