mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 23:01:47 +01:00
Added URN and wiki
This commit is contained in:
parent
1441b59145
commit
c3b72e01e1
@ -36,6 +36,8 @@ struct Machine {
|
|||||||
description @3 :Text;
|
description @3 :Text;
|
||||||
state @4 :MachineState;
|
state @4 :MachineState;
|
||||||
manager @5:User;
|
manager @5:User;
|
||||||
|
wiki @13 :Text;
|
||||||
|
urn @14 :Text;
|
||||||
|
|
||||||
info @6 :Info;
|
info @6 :Info;
|
||||||
interface Info $CSharp.name("InfoInterface") {
|
interface Info $CSharp.name("InfoInterface") {
|
||||||
|
@ -16,5 +16,6 @@ interface MachineSystem
|
|||||||
getMachineList @0 () -> ( machine_list :List(Machine) );
|
getMachineList @0 () -> ( machine_list :List(Machine) );
|
||||||
|
|
||||||
getMachine @1 ( name :Text ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
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