tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
StandaloneNode.cs
Go to the documentation of this file.
1using HotChocolate;
2
3using Microsoft.Extensions.Options;
4
7
9{
13 public sealed class StandaloneNode : IServerNode
14 {
16 public IGateway Gateway([Service] IOptionsSnapshot<SwarmConfiguration> swarmConfigurationOptions)
17 => new LocalGateway();
18 }
19}
IGateway for the SwarmNode this query is executing on.
A IServerNode not running as part of a larger ServerSwarm.
IGateway Gateway([Service] IOptionsSnapshot< SwarmConfiguration > swarmConfigurationOptions)
Access the IGateway for the IServerNode.The IGateway for the IServerNode.
Management interface for the parent SwarmNode.
Definition IGateway.cs:11
Represents a tgstation-server installation.