mirror of
https://github.com/Readarr/Readarr
synced 2026-02-08 07:41:53 +01:00
9 lines
No EOL
170 B
C#
9 lines
No EOL
170 B
C#
namespace NzbDrone.Host.Owin
|
|
{
|
|
public interface IHostController
|
|
{
|
|
string AppUrl { get; }
|
|
void StartServer();
|
|
void StopServer();
|
|
}
|
|
} |