package
0.0.0-20250331170347-98e59e8ed099
Repository: https://github.com/nbvghost/dandelion.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
func WithEtcdOption(etcdClient constrain.IEtcd) Option {
return newOption(func(server *httpServer) {
server.etcdClient = etcdClient
})
}
func WithRedisOption(redisClient constrain.IRedis) Option {
return newOption(func(server *httpServer) {
server.redisClient = redisClient
})
}
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author