//
pkg.gl
Category
github.com/packtpublishing/go-cookbook
Chapter13
vendoring
models
package
0.0.0-20230130100827-6c64ebff31b2
Repository:
https://github.com/packtpublishing/go-cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
18 SLOC
#
Functions
NewDB
NewDB returns our db struct that satisfies DB interface.
#
Interfaces
DB
DB Interface is our storage layer.