package
0.0.0-20200729014840-cf576ffe0ec3
Repository: https://github.com/anz-bank/go-course.git
Documentation: pkg.go.dev

# Functions

NewMapStore constructor creates the map.

# Variables

ErrNotConstructed returned if the interface was called without first constructing the underlaying structure.

# Structs

Puppy stores puppy details.
SyncMapStore stores puppies threadsafe.

# Interfaces

Storer defines standard CRUD operations for Puppy.

# Type aliases

MapStore stores puppies.