Separate out to two binaries.
This commit is contained in:
9
src/app_state.rs
Normal file
9
src/app_state.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use kube::Client;
|
||||
|
||||
use crate::gitea_client::GiteaClient;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub(crate) struct AppState {
|
||||
pub(crate) kubernetes_client: Client,
|
||||
pub(crate) gitea: GiteaClient,
|
||||
}
|
||||
Reference in New Issue
Block a user