test_shisho_policy/
lib.rs

1/// The `decision` is a specified object format for Shisho Cloud and has to be returned.
2pub mod decision;
3
4/// The `language` is the set of helper methods and structs
5pub mod language;