# Functions
NewGetAllCragsRequestHandler Handler constructor.
NewGetCragRequestHandler Handler Constructor.
# Structs
GetAllCragsResult is the result of the GetAllCragsRequest Query.
GetCragRequest Model of the Handler.
GetCragResult is the return model of Crag Query Handlers.
# Interfaces
GetAllCragsRequestHandler Contains the dependencies of the Handler.
GetCragRequestHandler provides an interfaces to handle a GetCragRequest and return a *GetCragResult.