mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-09 09:51:46 +00:00
feat: workflow run status & time
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user