mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 14:29:46 +02:00
Add keyring template function
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
use crate::db_context::DbContext;
|
||||
use crate::error::Error::{
|
||||
MissingBaseEnvironment, MultipleBaseEnvironments, MultipleFolderEnvironments,
|
||||
};
|
||||
use crate::error::Error::{MissingBaseEnvironment, MultipleBaseEnvironments};
|
||||
use crate::error::Result;
|
||||
use crate::models::{Environment, EnvironmentIden, EnvironmentVariable};
|
||||
use crate::util::UpdateSource;
|
||||
|
||||
Reference in New Issue
Block a user