mirror of
https://github.com/Readarr/Readarr
synced 2026-01-17 21:13:38 +01:00
10 lines
No EOL
195 B
C#
10 lines
No EOL
195 B
C#
namespace NzbDrone.Owin
|
|
{
|
|
public interface IHostController
|
|
{
|
|
string AppUrl { get; }
|
|
void StartServer();
|
|
void RestartServer();
|
|
void StopServer();
|
|
}
|
|
} |