feat(router): add api to migrate card from basilisk to rust (#2853)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Shankar Singh C
2023-11-16 19:02:54 +05:30
committed by GitHub
parent 62c9ccae6a
commit b8b20c412d
24 changed files with 274 additions and 20 deletions

View File

@ -44,6 +44,7 @@ pub enum ApiEventsType {
Gsm,
// TODO: This has to be removed once the corresponding apiEventTypes are created
Miscellaneous,
RustLocker,
}
impl ApiEventMetric for serde_json::Value {}