Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-12-07 02:35:30 +03:00
parent 8729d0b88e
commit c5f3fa325e
42 changed files with 1316 additions and 2009 deletions

View File

@@ -3,7 +3,7 @@ package config
import (
"time"
mtime "go.unistack.org/micro/v4/util/time"
mtime "go.unistack.org/micro/v3/util/time"
)
type AppConfig struct {