Documentation ¶
Overview ¶
Package hometype represents the home type in the system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Single = newType("SINGLE FAMILY") Condo = newType("CONDO") )
The set of types that can be used.
Functions ¶
This section is empty.
Types ¶
type HomeType ¶
type HomeType struct {
// contains filtered or unexported fields
}
HomeType represents a type in the system.
func MustParse ¶
MustParse parses the string value and returns a home type if one exists. If an error occurs the function panics.
Click to show internal directories.
Click to hide internal directories.