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