mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 21:50:44 +00:00
6 lines
150 B
Cap'n Proto
6 lines
150 B
Cap'n Proto
@0x9045d8bef5c9e129;
|
|
|
|
interface UserGroupControl {
|
|
listStaticUser @0 () -> (result :List(Text));
|
|
listDynamicUser @1 () -> (result :List(Text));
|
|
}
|