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

# Functions

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

# Structs

Account represents the data about an account.
ChangePasswordRequest represents an account update request.
CreateAccountRequest represents an account creation request.
CreateAccountResponse the response returned on account creation.
No description provided by the author
No description provided by the author

# Interfaces

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