mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
Welp, namespacing
This commit is contained in:
parent
d542e947e8
commit
5b7a31b005
@ -22,6 +22,9 @@
|
||||
|
||||
@0xfd92ce9be2369b8e;
|
||||
|
||||
using Rust = import "rust.capnp";
|
||||
$Rust.parentModule("api");
|
||||
|
||||
interface Diflouroborane {
|
||||
# Upon initial connection this is the interface a program is presented with, serving as the
|
||||
# common point to access specific subsystems. Keep in mind that one can use pipelining to make this
|
||||
|
@ -22,6 +22,9 @@
|
||||
|
||||
@0x9e1c146a27dcc635;
|
||||
|
||||
using Rust = import "rust.capnp";
|
||||
$Rust.parentModule("connection");
|
||||
|
||||
using Auth = import "auth.capnp";
|
||||
using Api = import "api.capnp";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user