tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IServerNode.cs
Go to the documentation of this file.
1using HotChocolate;
2
3using Microsoft.Extensions.Options;
4
6
8{
12 public interface IServerNode
13 {
19 public IGateway Gateway([Service] IOptionsSnapshot<SwarmConfiguration> swarmConfigurationOptions);
20 }
21}
Management interface for the parent SwarmNode.
Definition IGateway.cs:11
Represents a tgstation-server installation.
IGateway Gateway([Service] IOptionsSnapshot< SwarmConfiguration > swarmConfigurationOptions)
Access the IGateway for the IServerNode.