mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
fix
This commit is contained in:
parent
ea388f998c
commit
2977a0f5d9
@ -9,7 +9,7 @@ $CSharp.namespace("FabAccessAPI.Schema");
|
|||||||
using General = import "general.capnp";
|
using General = import "general.capnp";
|
||||||
using Machine = import "machine.capnp".Machine;
|
using Machine = import "machine.capnp".Machine;
|
||||||
|
|
||||||
interface MachineSystem
|
struct MachineSystem
|
||||||
{
|
{
|
||||||
info @0 :Info;
|
info @0 :Info;
|
||||||
interface Info $CSharp.name("InfoInterface") {
|
interface Info $CSharp.name("InfoInterface") {
|
||||||
|
@ -9,7 +9,7 @@ $CSharp.namespace("FabAccessAPI.Schema");
|
|||||||
using General = import "general.capnp";
|
using General = import "general.capnp";
|
||||||
using User = import "user.capnp".User;
|
using User = import "user.capnp".User;
|
||||||
|
|
||||||
interface UserSystem
|
struct UserSystem
|
||||||
{
|
{
|
||||||
info @0 :Info;
|
info @0 :Info;
|
||||||
interface Info $CSharp.name("InfoInterface") {
|
interface Info $CSharp.name("InfoInterface") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user