Initial commit
Showing
.DS_Store
0 → 100644
File added
.idea/.gitignore
0 → 100644
.idea/ai_developer_admin.iml
0 → 100644
.idea/modules.xml
0 → 100644
conf/app.conf
0 → 100644
conf/kong.conf
0 → 100644
conf/mysql.conf
0 → 100644
conf/postgres.conf
0 → 100644
conf/redis.conf
0 → 100644
controllers/app.go
0 → 100644
controllers/default.go
0 → 100644
controllers/funds.go
0 → 100644
controllers/task.go
0 → 100644
controllers/user.go
0 → 100644
controllers/userlevel.go
0 → 100644
go.mod
0 → 100644
go.sum
0 → 100644
lastupdate.tmp
0 → 100755
libs/.DS_Store
0 → 100644
File added
libs/cronjob/cronjob.go
0 → 100644
libs/jose/jose.go
0 → 100644
libs/kong/kong.go
0 → 100644
libs/mysql/mysql.go
0 → 100644
libs/odysseus/odysseus.go
0 → 100644
libs/postgres/postgres.go
0 → 100644
libs/redis/redis.go
0 → 100644
libs/utils/jwt.go
0 → 100644
main.go
0 → 100644
models/app.go
0 → 100644
models/errorCode.go
0 → 100644
models/funds.go
0 → 100644
models/jwt.go
0 → 100644
models/kong.go
0 → 100644
models/task.go
0 → 100644
models/user.go
0 → 100644
routers/router.go
0 → 100644
static/.DS_Store
0 → 100644
File added
static/js/reload.min.js
0 → 100644
tests/default_test.go
0 → 100644
views/index.tpl
0 → 100644
Please register or sign in to comment