package store type Name string func ValidateName(name string) (Name, error) { return Name(name), nil }