unmarshal inside Query #37
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#L38
not enough arguments in call to data.NewFixedDataSource
|
build
Process completed with exit code 201.
|