| service/recorder | |
| service/recorder/proto/transaction | |
| service/recorder/repository | |
| shared/config | config package from micro-strter-kit import myConfig "github.com/xmlking/micro-starter-kit/shared/config" to `main.go` and all test files. |
| shared/constants | constants package is where you keep shared constants between packages Inspired by https://github.com/kubernetes/minikube/blob/master/pkg/minikube/constants/constants.go |
| shared/crypto | |
| shared/database | |
| shared/email | |
| shared/entity | |
| shared/errors | |
| shared/logger | |
| shared/micro/logger | Package log provides a log interface |
| shared/micro/logger/gormlog | Package gormlog provides gorm logger implementation using Go-Micro's meta logger. |
| shared/util | |
| shared/util/tls | |
| shared/wrapper/log | |
| shared/wrapper/transaction | |
| shared/wrapper/validator | |
| srv/account | |
| srv/account/handler | |
| srv/account/proto/entities | Package entities is a generated protocol buffer package. |
| srv/account/proto/profile | |
| srv/account/registry | |
| srv/account/repository | |
| srv/emailer/proto/emailer | |
| srv/emailer/registry | |
| srv/emailer/service | |
| srv/greeter/proto/greeter | |
| srv/recorder | |
| srv/recorder/handler | |
| srv/recorder/proto/recorder | |
| srv/recorder/proto/transaction | |
| srv/recorder/registry | |
| srv/recorder/repository | |
| srv/recorder/subscriber | |