mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
Change module path from bffh-specific paths to more generic one
This commit is contained in:
parent
3392b9ac25
commit
0f5f5414ed
@ -23,7 +23,7 @@
|
||||
@0xfd92ce9be2369b8e;
|
||||
|
||||
using Rust = import "rust.capnp";
|
||||
$Rust.parentModule("api");
|
||||
$Rust.parentModule("schema");
|
||||
|
||||
struct FabAccess {
|
||||
permissions @0 :Permissions;
|
||||
|
@ -23,7 +23,7 @@
|
||||
@0x81ac94a588025602;
|
||||
|
||||
using Rust = import "rust.capnp";
|
||||
$Rust.parentModule("auth");
|
||||
$Rust.parentModule("schema");
|
||||
|
||||
struct AuthMessage {
|
||||
union {
|
||||
|
@ -23,7 +23,7 @@
|
||||
@0x9e1c146a27dcc635;
|
||||
|
||||
using Rust = import "rust.capnp";
|
||||
$Rust.parentModule("connection");
|
||||
$Rust.parentModule("schema");
|
||||
|
||||
using Auth = import "auth.capnp";
|
||||
using Api = import "api.capnp";
|
||||
|
Loading…
x
Reference in New Issue
Block a user