10 lines
165 B
V
10 lines
165 B
V
module doctreeclient
|
|
|
|
import freeflowuniverse.herolib.core.redisclient
|
|
|
|
// Combined config structure
|
|
pub struct DocTreeClient {
|
|
pub mut:
|
|
redis &redisclient.Redis
|
|
}
|