https://github.com/soxft/openid-go
backend of 9420.ltd
https://github.com/soxft/openid-go
Last synced: about 1 month ago
JSON representation
backend of 9420.ltd
- Host: GitHub
- URL: https://github.com/soxft/openid-go
- Owner: soxft
- License: apache-2.0
- Created: 2022-05-02T05:36:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T02:52:32.000Z (9 months ago)
- Last Synced: 2025-03-18T15:21:39.713Z (about 2 months ago)
- Language: Go
- Homepage: https://9420.ltd
- Size: 305 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openid-go
The source code of https://9420.ltd backend
# project structure
```
├── README.md
├── config
│ ├── config.go # config
│ └── config.yaml # config demo
├── main.go # entry
├── app
│ ├── controller # controller
│ ├── model # model
│ ├── middleware # middleware
├── library
│ ├── apiutil # api format
│ ├── apputil # app related tools
│ ├── codeutil # send verification code
│ ├── mailutil # send mail
│ ├── mq # redis based message queue
│ ├── toolutil # tool like "hash" "randStr" "regex"
│ ├── userutil # user management
├── process
│ ├── dbutil # database related tools
│ ├── queueutil # message queue
│ ├── redisutil # redis
│ ├── webutil # gin
```# copyright
Copyright xcsoft 2023