Documentation ¶
Index ¶
Constants ¶
View Source
const RegularExpressionsRaw = `` /* 2014-byte string literal not displayed */
patterns must be lower case
Variables ¶
View Source
var DepartmentRxs = map[Department]*regexp.Regexp{}
Functions ¶
This section is empty.
Types ¶
type Department ¶
type Department int
const ( BusinessDevelopment Department = 1 + iota CorporateMarketing DeveloperRelations Finance HumanResources IT Legal Operations ProductManagement ProductMarketing Sales SalesEngineering SalesOps SDK SoftwareEngineering Support UX )
func ParseDepartment ¶
func ParseDepartment(s string) (Department, error)
func (Department) String ¶
func (d Department) String() string
Click to show internal directories.
Click to hide internal directories.