init push
This commit is contained in:
16
internal/domain/auth/contact_constants.go
Normal file
16
internal/domain/auth/contact_constants.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package auth
|
||||
|
||||
const (
|
||||
RoleCodePilot = "pilot"
|
||||
RoleCodeDoctor = "doctor"
|
||||
RoleCodeAirRescuer = "air_rescuer"
|
||||
RoleCodeTechnician = "technician"
|
||||
RoleCodeFlightAssistant = "flight_assistant"
|
||||
RoleCodeStaff = "staff"
|
||||
)
|
||||
|
||||
const (
|
||||
PilotCategoryRegular = "regular"
|
||||
PilotCategoryFreelance = "freelance"
|
||||
PilotCategoryDryLease = "dry_lease"
|
||||
)
|
||||
Reference in New Issue
Block a user