class ModCallbacks
implements OnLoad
import { ModCallbacks } from "https://deno.land/x/sptaki@1.2.0/callbacks/mod.ts";
Constructors
new
ModCallbacks(logger: ILogger,
httpResponse: HttpResponseUtil,
httpFileUtil: HttpFileUtil,
postAkiModLoader: PostAkiModLoader,
localisationService: LocalisationService,
configServer: ConfigServer,
Properties
protected
configServer: ConfigServerprotected
httpConfig: IHttpConfigprotected
httpFileUtil: HttpFileUtilprotected
httpResponse: HttpResponseUtilprotected
localisationService: LocalisationServiceprotected
logger: ILoggerprotected
postAkiModLoader: PostAkiModLoader