fabaccess-bffh/schema/api.capnp

11 lines
175 B
Cap'n Proto
Raw Normal View History

2020-02-14 12:20:17 +01:00
@0xfd92ce9be2369b8e;
interface BffhAdmin {
getAllSubjects @0 () -> (subjects :List(Subject));
struct Subject {
id @0 :Text;
domain @1 :Text;
}
}