chore: add statement and KV metadata to frontend PODs (#117)
* Add statement and KV metadata to frontend PODs * Code review
This commit is contained in:
parent
02ec7c311b
commit
6627b46819
17 changed files with 290 additions and 224 deletions
|
|
@ -44,13 +44,13 @@ impl From<(&str, HashOrWildcardStr)> for BuilderArg {
|
|||
HashOrWildcardStr::Hash(_) => (),
|
||||
_ => panic!("not supported"),
|
||||
};
|
||||
Self::Key(wildcard(&origin), lit)
|
||||
Self::Key(wildcard(origin), lit)
|
||||
}
|
||||
}
|
||||
/// case ii.
|
||||
impl From<(&str, &str)> for BuilderArg {
|
||||
fn from((origin, field): (&str, &str)) -> Self {
|
||||
Self::Key(wildcard(&origin), wildcard(&field))
|
||||
Self::Key(wildcard(origin), wildcard(field))
|
||||
}
|
||||
}
|
||||
/// case iii.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue