MCPcopy Index your code
hub / github.com/aws/aws-lambda-runtime-interface-emulator / Done

Struct Done

internal/lambda/interop/model.go:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290type Done struct {
291 WaitForExit bool
292 ErrorType fatalerror.ErrorType
293 Meta DoneMetadata
294}
295
296type DoneFail struct {
297 ErrorType fatalerror.ErrorType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected