frontend/wailsjs/go/services/httpsrvService.d.ts
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {http} from '../models';
import {context} from '../models';
import {config} from '../models';
import {logwrap} from '../models';
export function HandleDeploymentLogs(arg1:http.ResponseWriter,arg2:http.Request):Promise<void>;
export function HandlePodExecWebSocket(arg1:http.ResponseWriter,arg2:http.Request):Promise<void>;
export function HandlePodLogs(arg1:http.ResponseWriter,arg2:http.Request):Promise<void>;
export function Start(arg1:context.Context,arg2:config.Config,arg3:logwrap.LogWrap):Promise<void>;