Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaffRole ¶
type StaffRole string
StaffRole represents the role of a staff member in the organization.
const ( // Salesperson represents a staff member who is responsible for sales. Salesperson StaffRole = "salesperson" // Warehouse represents a staff member who works in the warehouse. Warehouse StaffRole = "warehouse" // Delivery represents a staff member who is responsible for deliveries. Delivery StaffRole = "delivery" // Other represents a staff member with a role that does not fit into the other categories. Other StaffRole = "other" )
Click to show internal directories.
Click to hide internal directories.