Options
All
  • Public
  • Public/Protected
  • All
Menu

Module api/client/client

Index

Type aliases

DownloadFileCallback

DownloadFileCallback: (err: grpcWeb.Error, response: DownloadFileResponse) => void

Type declaration

GetTestCasesCallback

GetTestCasesCallback: (err: grpcWeb.Error, response: GetTestCasesResponse) => void

Type declaration

ListTargetSubFilesCallback

ListTargetSubFilesCallback: (err: grpcWeb.Error, response: ListTargetSubFilesResponse) => void

Type declaration

ListTargetsCallback

ListTargetsCallback: (err: grpcWeb.Error, response: ListTargetsResponse, newQuery: boolean) => void

Type declaration

SearchInvocationCallback

SearchInvocationCallback: (err: grpcWeb.Error, response: SearchInvocationsResponse, newQuery: boolean) => void

Type declaration

SetInvocations

SetInvocations: (invocations: Invocation[]) => void

Type declaration

SetToolsList

SetToolsList: (toolsList: string[]) => void

Type declaration

    • (toolsList: string[]): void
    • Parameters

      • toolsList: string[]

      Returns void

Functions

Const downloadFile

Const getInitialState

  • getInitialState(setToolsList: any): void

Const getTestCases

Const listTargetSubFiles

Const listTargetsRequest

  • listTargetsRequest(newQuery: boolean, parent: string, pageToken: string, tokenID: string, callback: ListTargetsCallback): void

Const searchInvocations

  • searchInvocations(query: string, newQuery: boolean, tool: string, pageToken: string, tokenID: string, callback: SearchInvocationCallback): void

Generated using TypeDoc