Closed xellos00 closed 2 years ago
Please, give me any feedback for above. Link @dsrvlabs/validator
@rootwarp @xellos00
├── vatz
│ ├── Makefile
│ ├── README.md
│ ├── default.yaml
│ ├── docs
│ │ ├── contributing.md
│ │ └── workflow.md
│ ├── go.mod
│ ├── go.sum
│ ├── main.go
│ ├── manager
│ │ ├── api
│ │ │ ├── api.go
│ │ │ └── api_test.go
│ │ ├── config
│ │ │ ├── config.go
│ │ │ ├── config_test.go
│ │ │ └── fixtures.go
│ │ ├── executor
│ │ │ ├── executor.go
│ │ │ └── executor_manager.go
│ │ ├── healthcheck
│ │ │ ├── healthcheck.go
│ │ │ └── healthcheck_manager.go
│ │ ├── model
│ │ │ ├── config.go
│ │ │ └── notification.go
│ │ └── notification
│ │ ├── notification.go
│ │ └── notification_manager.go
│ └── sdk
│ ├── Makefile
│ ├── README.md
│ ├── bootstrap
│ │ └── main.template
│ ├── go.mod
│ ├── go.sum
│ ├── grpc.go
│ ├── grpc_test.go
│ ├── log.go
│ ├── sdk.go
│ └── sdk_test.go
Parents: #97
Checklist
[ ] New Feature for the Service/Plugin (Vatz)
[ ] Enhancement (Vatz)
[x] others(etc. e.g, documentation, project policy management)
Is your feature request related to a problem? Please describe.
I'm always frustrated we do not have any document that demonstrate our project architecture and its design.
Describe the solution you'd like| Ex
gdrive
to create Vatz project Design overallDescribe alternatives you've considered
Additional context or comment