package
0.0.0-20240802144252-c1853a66c72f
Repository: https://github.com/pkritiotis/go-climb-clean-architecture-example.git
Documentation: pkg.go.dev

# 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.