Versions in this module Expand all Collapse all v0 v0.0.0 Mar 29, 2021 Changes in this version + var CategoryContent = "Content" + var LocationKey = "location" + func ClearAsset(content ContentMap, keyString string) error + func GetField(content ContentMap, keyString string, defaultValue string) string + func PrettyPrint(v interface{}) + func SetField(content ContentMap, keyString string, field string) + type Category struct + Description string + ID int + Name string + type ContentMap map[string]string + type Resource struct + Category int + Content ContentMap + ID uuid.UUID + func NewResource(idString string, category int, location string) (*Resource, error)