package
0.0.0-20200528155031-cdbaa19e1583
Repository: https://github.com/kjintroverted/wizardsbrew.git
Documentation: pkg.go.dev

# Functions

NewItemRepo returns a ItemRepo with a db connection.
NewItemService returns a new implementation of ItemService.

# Structs

Item describes gear, weapons, and armor.

# Interfaces

ItemRepo defines the necessary actions to interact with Item data.
ItemService defines the outward functionality available to interact with Item data.