tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
GraphQL
Types
StandaloneNode.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
using
Tgstation.Server.Host.GraphQL.Interfaces
;
7
8
namespace
Tgstation.Server.Host.GraphQL.Types
9
{
13
public
sealed
class
StandaloneNode
:
IServerNode
14
{
16
public
IGateway
Gateway
([Service] IOptionsSnapshot<SwarmConfiguration> swarmConfigurationOptions)
17
=>
new
LocalGateway
();
18
}
19
}
Tgstation.Server.Host.GraphQL.Types.LocalGateway
IGateway for the SwarmNode this query is executing on.
Definition
LocalGateway.cs:12
Tgstation.Server.Host.GraphQL.Types.StandaloneNode
A IServerNode not running as part of a larger ServerSwarm.
Definition
StandaloneNode.cs:14
Tgstation.Server.Host.GraphQL.Types.StandaloneNode.Gateway
IGateway Gateway([Service] IOptionsSnapshot< SwarmConfiguration > swarmConfigurationOptions)
Access the IGateway for the IServerNode.The IGateway for the IServerNode.
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.Configuration
Definition
ControlPanelConfiguration.cs:4
Tgstation.Server.Host.GraphQL.Interfaces
Definition
IGateway.cs:6
Tgstation.Server.Host.GraphQL.Types
Definition
Entity.cs:6
Generated by
1.9.8