//
pkg.gl
Category
github.com/cschappert/gin-api-example
pkg
package
0.0.0-20220711144526-9e17550270c4
Repository:
https://github.com/cschappert/gin-api-example.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
4
Files
56 SLOC
#
Packages
http
No description provided by the author
storage
No description provided by the author
#
Functions
NewAccountService
Takes an AccountRepository implementation and returns an AccountService.
#
Structs
Account
No description provided by the author
AccountService
No description provided by the author
#
Interfaces
AccountRepository
AccountService makes use of the AccountRepository interface to interact with the storage implentation.