https://github.com/shanbay/gobay
A microservice framework, support gRPC & HTTP(OpenAPI)
https://github.com/shanbay/gobay
go grpc hacktoberfest microservice openapi shanbay
Last synced: 2 months ago
JSON representation
A microservice framework, support gRPC & HTTP(OpenAPI)
- Host: GitHub
- URL: https://github.com/shanbay/gobay
- Owner: shanbay
- License: mit
- Created: 2019-10-29T11:35:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T09:51:59.000Z (4 months ago)
- Last Synced: 2025-01-16T10:55:57.627Z (4 months ago)
- Topics: go, grpc, hacktoberfest, microservice, openapi, shanbay
- Language: Go
- Homepage: https://shanbay.github.io/gobay/
- Size: 2.64 MB
- Stars: 42
- Watchers: 6
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [gobay](https://shanbay.github.io/gobay)
[](https://goreportcard.com/report/github.com/shanbay/gobay)
[](https://github.com/shanbay/gobay/actions)
[](https://shanbay.mit-license.org)# Documentation
- [Official documentation](https://shanbay.github.io/gobay)
- [Changelog](https://shanbay.github.io/gobay/#/CHANGELOG)
- [Installation](https://shanbay.github.io/gobay/#/installation)
- [Quick Start](https://shanbay.github.io/gobay/#/quickstart)
- [Project Structure](https://shanbay.github.io/gobay/#/structure)# Contributing
## 如何为gobay编写extension
1. 实现 `gobay.Extension`
2. 每一个 ext 目录都是你的例子## 附录
## ext
### ent/orm
**关于时间**
```
// 如果需要开启 parseTime,在 dsn 中加上参数:
// 显式指定loc为UTC
parseTime=True&loc=UTC
```> 虽然 `loc` 默认值为 `UTC`,但是这依赖于默认情况。默认情况有可能发生改变。所以我们推荐显式指定 `loc`