package
0.0.0-20201005190257-b3f917f3b338
Repository: https://github.com/umamimike/go-structure-examples.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

JSON will store data in JSON files saved on disk.
Memory will store data in memory.

# Variables

DB is an interface to interact with data on multiple layered of data storage.

# Structs

Beer defines the properties of a beer.
Review defines the properties of a beer review.

# Interfaces

Storage represents all possible actions available to deal with data.

# Type aliases

StorageType defines available storage types.