tgstation-server
The /tg/station 13 server suite
IInstanceFactory.cs
Go to the documentation of this file.
1 using Microsoft.Extensions.Hosting;
2 
3 namespace Tgstation.Server.Host.Components
4 {
9  {
15  IInstance CreateInstance(Models.Instance metadata);
16  }
17 }
For interacting with the instance services
Definition: IInstance.cs:17