mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-12 08:01:42 +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;
|
|
}
|
|
}
|