Skip to content

QueryRouter

ratranqu edited this page Jan 28, 2021 · 1 revision

QueryRouter

public protocol QueryRouter: class

Inheritance

class

Requirements

addRoute(path:​querier:​)

func addRoute(path: String, querier: @escaping Querier)

route(path:​)

func route(path: String) -> Querier?

Clone this wiki locally