Skip to content

Add a mock Stargate querier #1658

Open
Open
@larry0x

Description

@larry0x

Currently MockQuerier throws an error when a user attempts to do a Stargate query:

QueryRequest::Stargate { .. } => SystemResult::Err(SystemError::UnsupportedRequest {
kind: "Stargate".to_string(),
}),

It may be helpful to let user define a handler function for Stargate queries, similar to the case for the custom query, and if the user does not define such a handler, throw an error like it does now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions