Documentation
¶
Index ¶
Constants ¶
View Source
const ( DepartmentEngineering = "Engineering" DepartmentProduct = "Product Management" LevelCEO = "CEO" LevelCXO = "CXO" LevelSVP = "SVP" LevelVP = "VP" LevelAVP = "AVP" LevelHead = "Head" LevelSrDirector = "Senior Director" LevelDirector = "Director" LevelGroupManager = "Manager" LevelSrManager = "Manager" LevelManager = "Manager" LevelAssociate = "Associate" LevelSpecialist = "Specialist" PronounHeHim = "He/Him" PronounSheHer = "She/Her" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Organization ¶
type Organization struct {
Name string
IsCofounder bool
Title string
Area string
Level string
Department string
Email string
}
func (*Organization) Finalize ¶
func (o *Organization) Finalize()
Click to show internal directories.
Click to hide internal directories.