micro-starter-kit: github.com/xmlking/micro-starter-kit Files | Directories

Command micro-starter-kit

dummy file as workaround for: https://github.com/markbates/pkger/issues/34 https://github.com/golang/go/issues/33984

Package Files

doc.go

Directories

PathSynopsis
service/recorder
service/recorder/proto/transaction
service/recorder/repository
shared/configconfig package from micro-strter-kit import myConfig "github.com/xmlking/micro-starter-kit/shared/config" to `main.go` and all test files.
shared/constantsconstants 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/loggerPackage log provides a log interface
shared/micro/logger/gormlogPackage 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/entitiesPackage 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

Updated 2020-06-13. Refresh now. Tools for package owners.