feat: workflow run status & time

This commit is contained in:
Fu Diwei
2025-01-04 22:07:01 +08:00
parent b686579acc
commit 3b9a7fe805
29 changed files with 505 additions and 181 deletions

View File

@@ -1,6 +1,7 @@
package app
import (
"log/slog"
"sync"
"github.com/pocketbase/pocketbase"
@@ -19,3 +20,7 @@ func GetApp() *pocketbase.PocketBase {
return instance
}
func GetLogger() *slog.Logger {
return GetApp().Logger()
}