package model type Topic string func (t Topic) Valid() bool { return t != "" }