mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
Added URN and wiki
This commit is contained in:
parent
1441b59145
commit
c3b72e01e1
@ -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