we're ready for tenants

This commit is contained in:
2025-12-19 13:48:48 +08:00
parent b20abbe803
commit afc9904651
4 changed files with 22 additions and 7 deletions

11
internal/work/work.go Normal file
View File

@@ -0,0 +1,11 @@
package work
import "time"
func Init() {
}
func Update(delta time.Duration) {
}