This is a sample of how to create service which extends the OrchestratorBaseService using the Build Tools.
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginVLMService.ts
import { OrchestratorBaseService } from "./OrchestratorBaseService";
export class OrchestratorPluginVLMService extends OrchestratorBaseService {
constructor(strProjectID: string) {
super(strProjectID, "PluginVLM");
}
}Class Functions:
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
