# Functions
List gets the list of runners.
Resync forces indexer to immediately resynchronize the search index and cache for a given runner.
ResyncAll asynchronously resynchronizes the search index for all runners.
Search searches all the runners using Query DSL.
Show returns information about a specific runner.
# Structs
ListParams is the generic set of parameters used for any runner call.
ResyncAllParams is consumed by Resync.
ResyncParams is consumed by Resync.
SearchParams contains parameters used to search runner's data using Query DSL.
ShowParams is the set of parameters required for.