refactor: let state use either local or backend
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -6,6 +6,7 @@ use itertools::Itertools;
|
||||
use tonic::transport::Channel;
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Clone)]
|
||||
pub struct Querier {
|
||||
channel: Channel,
|
||||
}
|
||||
|
Reference in New Issue
Block a user