Skip to content

cathatino/notification-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notification-service

A notification service

Skeleton

├── LICENSE
├── README.md
├── cmd
├── go.mod
├── go.sum
├── internal
│   └── manager
│       └── db
│           └── driver.go
└── pkg
    └── pg
        ├── config.go
        ├── config_test.go
        ├── connector.go
        └── connector_test.go

Testing

Local Testing

use the cmd to run test under local

go test ./...

Reference

sqlx gvm

About

A notification service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages