package model import "errors" // TODO migrate this to an apperror var ErrNoRecord = errors.New("models: no record found")