|
@@ -4,7 +4,7 @@ import { HomeServerConfiguration } from './HomeServerConfiguration'
|
|
export interface HomeServerInterface {
|
|
export interface HomeServerInterface {
|
|
start(configuration?: HomeServerConfiguration): Promise<Result<string>>
|
|
start(configuration?: HomeServerConfiguration): Promise<Result<string>>
|
|
activatePremiumFeatures(username: string): Promise<Result<string>>
|
|
activatePremiumFeatures(username: string): Promise<Result<string>>
|
|
- stop(): Promise<void>
|
|
|
|
|
|
+ stop(): Promise<Result<string>>
|
|
isRunning(): Promise<boolean>
|
|
isRunning(): Promise<boolean>
|
|
logs(): NodeJS.ReadableStream
|
|
logs(): NodeJS.ReadableStream
|
|
}
|
|
}
|