staff_role

package
v0.0.0-...-0e9d9cc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2024 License: MIT Imports: 0 Imported by: 0

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"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL