Documentation ¶
Overview ¶
Package phoneticnametype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Generic = PhoneticNameType{"generic"} Ashkenazi = PhoneticNameType{"ashkenazi"} Sephardic = PhoneticNameType{"sephardic"} )
Functions ¶
This section is empty.
Types ¶
type PhoneticNameType ¶
type PhoneticNameType struct {
Name string
}
func (PhoneticNameType) MarshalText ¶
func (p PhoneticNameType) MarshalText() (text []byte, err error)
func (PhoneticNameType) String ¶
func (p PhoneticNameType) String() string
func (*PhoneticNameType) UnmarshalText ¶
func (p *PhoneticNameType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.