https://github.com/core-go/core
https://github.com/core-go/core
authorization cache client cors crud crypto currency echo gin http-client http-handler io jwt log logrus master-data-loader redis security validator zap
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/core
- Owner: core-go
- Created: 2020-06-13T03:53:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T16:04:52.000Z (2 months ago)
- Last Synced: 2025-04-05T12:33:08.851Z (about 2 months ago)
- Topics: authorization, cache, client, cors, crud, crypto, currency, echo, gin, http-client, http-handler, io, jwt, log, logrus, master-data-loader, redis, security, validator, zap
- Language: Go
- Homepage:
- Size: 814 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history/adapter/adapter.go
- Audit: audit/audit_log_client.go
- Security: security/action.go
Awesome Lists containing this project
README
# core
## Installation
Please make sure to initialize a Go module before installing core-go/core:```shell
go get -u github.com/core-go/core
```Import:
```go
import "github.com/core-go/core"
```### Microservice Architect
### A typical micro service
When you zoom one micro service, the flow is as below
#### Health

### Cross-cutting concerns
### Hexagonal Architecture
