package
0.0.0-20191102230359-43d2b9df8da1
Repository: https://github.com/toshik1978/go-rest-api.git
Documentation: pkg.go.dev
# Structs
Account define account description.
AccountRequest define request to create new account.
Error define custom handler error.
Payment define payment description.
PaymentRequest define request to create new payment.
ServerStatusResponse declare response for status request.
# Interfaces
AccountBuilder declare interface to build new account.
AccountFactory declare interface to access accounts and payments information (kind of facade to simplify interface).
PaymentBuilder declare interface to build new payment.
# Type aliases
ErrorKind define kind of error, occurred.