mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
Merge branch 'QR' into 'main'
Added URN and wiki See merge request fabinfra/fabaccess/fabaccess-api!13
This commit is contained in:
commit
743c18393c
@ -36,6 +36,8 @@ struct Machine {
|
||||
description @3 :Text;
|
||||
state @4 :MachineState;
|
||||
manager @5:User;
|
||||
wiki @13 :Text;
|
||||
urn @14 :Text;
|
||||
|
||||
info @6 :Info;
|
||||
interface Info $CSharp.name("InfoInterface") {
|
||||
|
@ -16,5 +16,6 @@ interface MachineSystem
|
||||
getMachineList @0 () -> ( machine_list :List(Machine) );
|
||||
|
||||
getMachine @1 ( name :Text ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
||||
getMachineURN @2 ( urn :Text ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user