package
0.0.0-20240730081840-b2c82e1192fb
Repository: https://github.com/joinself/restful-client.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewRepository creates a new fact repository.
NewService creates a new fact service.
RegisterHandlers sets up the routing of the HTTP handlers.
# Structs
CreateFactRequest represents an fact creation request.
WARNING: Do not use for code purposes, this is only used to generate the documentation for the openapi, which seems to be broken for nested structs.
No description provided by the author
No description provided by the author
Fact represents the data about an fact.
No description provided by the author
# Interfaces
RequesterService service to manage sending and receiving fact requests.
Repository encapsulates the logic to access facts from the data source.
Service encapsulates usecase logic for facts.