Categorygithub.com/open-cmi/cmmns
repositorypackage
0.8.0
Repository: https://github.com/open-cmi/cmmns.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

common service

director

├── common
├── component
├── essential
│   ├── api
│   └── config
│   └── logger
│   └── scheduler
│   └── storage
│   └── ticker
│   └── scmd
├── app
│   └── server
├── migration
├── module
│   ├── assist
│   └── auditlog
  • common common function or const, stateless
  • essential essential module, stateful
  • main where main.go location
  • migration database migration
  • module modules location

how to use