mirror of
https://github.com/labring/sealos.git
synced 2026-09-15 02:49:32 +08:00
* add a notification controller * fix notification controller bugs, add RWMutex * Add cloudclient reconcile * add license controller and cloudsync controller * add cloudsync controller and fix bugs * fix go mod * fix gitignore bugs * Enhanced the coding standards * add cloud collector controller, fix some bugs * add license monitor * add license monitor * init encrypt account * fix bugs * fix bugs * fix bugs * Simplified the code logic and unified the abstract logic under two different scenarios. * fix bugs * fix bugs * fix bugs * modify the name and fix bugs --------- Co-authored-by: jiahui <bxy4543@gmail.com>
27 lines
495 B
Plaintext
27 lines
495 B
Plaintext
go 1.20
|
|
|
|
use (
|
|
.
|
|
./controllers/account
|
|
./controllers/app
|
|
./controllers/cluster
|
|
./controllers/db/adminer
|
|
./controllers/db/bytebase
|
|
./controllers/imagehub
|
|
./controllers/infra
|
|
./controllers/metering
|
|
./controllers/terminal
|
|
./controllers/cloud
|
|
./controllers/user
|
|
./controllers/resources
|
|
./service/auth
|
|
./service/hub
|
|
./service/payment
|
|
./staging/src/github.com/labring/image-cri-shim
|
|
./staging/src/github.com/labring/lvscare
|
|
./webhooks/whitelist
|
|
./controllers/common
|
|
./test/e2e
|
|
|
|
)
|