package
0.0.0-20240730081840-b2c82e1192fb
Repository: https://github.com/joinself/restful-client.git
Documentation: pkg.go.dev

# Functions

NewRepository creates a new connection repository.
NewService creates a new connection service.
RegisterHandlers sets up the routing of the HTTP handlers.

# Structs

Connection represents the data about an connection.
CreateConnectionRequest represents an connection creation request.
ExtConnection external representation of a connection.
ExtListResponse represents the json object returned when listing connections.
UpdateConnectionRequest represents an connection update request.

# Interfaces

FactService service to manage sending and receiving fact requests.
Repository encapsulates the logic to access connections from the data source.
Service encapsulates usecase logic for connections.