//
pkg.gl
Category
github.com/umamimike/go-structure-examples
domain-hex
pkg
storage
json
package
0.0.0-20201005190257-b3f917f3b338
Repository:
https://github.com/umamimike/go-structure-examples.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
186 SLOC
#
Functions
NewStorage
NewStorage returns a new JSON storage.
#
Constants
CollectionBeer
CollectionBeer identifier for the JSON collection of beers.
CollectionReview
CollectionReview identifier for the JSON collection of reviews.
#
Structs
Beer
Beer defines the storage form of a beer.
Review
Review defines the storage form of a beer review.
Storage
Storage stores beer data in JSON files.