directory
0.0.0-20240611043310-e7e2df93f36d
Repository: https://github.com/mdaxf/iac.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
The package is migrated from beego, you can get from following link: import(
"github.com/beego/beego/v2/client/cache"
) Copyright 2023.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package logs provide a general log interface Usage:
import "github.com/mdaxf/iac/framework/logs"
log := NewLogger(10000) log.SetLogger("console", "")
> the first params stand for how many channel
Use it like this:
log.Trace("trace") log.Info("info") log.Warn("warning") log.Debug("debug") log.Critical("critical").
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author