mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-13 10:47:56 +01:00
11 lines
175 B
Cap'n Proto
11 lines
175 B
Cap'n Proto
|
@0xfd92ce9be2369b8e;
|
||
|
|
||
|
interface BffhAdmin {
|
||
|
getAllSubjects @0 () -> (subjects :List(Subject));
|
||
|
|
||
|
struct Subject {
|
||
|
id @0 :Text;
|
||
|
domain @1 :Text;
|
||
|
}
|
||
|
}
|