Documentation
¶
Index ¶
Constants ¶
View Source
const ( CONTACT_TYPE_EMAIL = "email" CONTACT_TYPE_MOBILE = "mobile" )
TODO: come back to things like this and pull out into aliased type or enum
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedComponent ¶
type NamedComponent interface { // GetName returns the name of a component GetName() string }
Click to show internal directories.
Click to hide internal directories.