Skip to content

unmarshal inside Query #38

unmarshal inside Query

unmarshal inside Query #38

Triggered via push December 27, 2023 21:21
Status Failure
Total duration 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build: policy/policy_handler/async.go#L62
cannot use data.NewAsyncDataSource(req, req.Event.Context.AsyncQueryResult.Metadata) (value of type data.AsyncDataSource) as data.DataSource value in array or slice literal: data.AsyncDataSource does not implement data.DataSource (wrong type for method Query)
build: policy/policy_handler/async.go#L72
cannot use data.NewAsyncDataSource(req, b64.StdEncoding.EncodeToString(ednBody)) (value of type data.AsyncDataSource) as data.DataSource value in array or slice literal: data.AsyncDataSource does not implement data.DataSource (wrong type for method Query)
build: policy/policy_handler/local.go#L39
not enough arguments in call to data.NewFixedDataSource
build
Process completed with exit code 201.