openid-go

command module
v0.0.0-...-07bc221 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

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 xcsoft 2023

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL