package
module
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: May 22, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IConfig interface {
Unmarshal(ptr any) error
}
type IRedis interface {
GetClient() *redis.Client
}
type RedisConfig struct {
Addr string `yaml:"addr"`
Password string `yaml:"password"`
DB int `yaml:"db"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.