Documentation ¶
Index ¶
Constants ¶
View Source
const AppName = "secretProvider"
Variables ¶
View Source
var ( AddProvider = func(o Provider) { container[o.Type()] = o } GetProvider = func(t secret.Vendor) Provider { return container[t] } InitProvider = func(conf Conf) { l := log.Sub(AppName) for _, o := range container { o.Init(conf) l.Info("add provider", slog.String("name", o.Name()), slog.Any("type", o.Type())) } } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.