mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
8 lines
113 B
Cap'n Proto
8 lines
113 B
Cap'n Proto
@0x8c931d6e0367db87;
|
|
|
|
using import "user.capnp".User;
|
|
|
|
interface Owned {
|
|
getUser @0 () -> ( owner :User );
|
|
}
|