Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocumentCategory ¶
type DocumentCategory string
const ( General DocumentCategory = "general" Training DocumentCategory = "training" InformationTechnology DocumentCategory = "information_technology" SOPs DocumentCategory = "sops" LOAs DocumentCategory = "loas" Misc DocumentCategory = "misc" )
func (*DocumentCategory) Scan ¶
func (s *DocumentCategory) Scan(value interface{}) error
func (*DocumentCategory) Value ¶
func (s *DocumentCategory) Value() (interface{}, error)
type FeedbackRating ¶
type FeedbackRating string
const ( Unsatisfactory FeedbackRating = "unsatisfactory" Poor FeedbackRating = "poor" Fair FeedbackRating = "fair" Good FeedbackRating = "good" Excellent FeedbackRating = "excellent" )
func (*FeedbackRating) Scan ¶
func (s *FeedbackRating) Scan(value interface{}) error
type RequestType ¶
type RequestType string
const ( Visiting RequestType = "visiting" Transferring RequestType = "transferring" )
func (*RequestType) Scan ¶
func (s *RequestType) Scan(value interface{}) error
type StatusType ¶
type StatusType string
const ( All StatusType = "" Pending StatusType = "pending" Accepted StatusType = "accepted" Rejected StatusType = "rejected" )
func (*StatusType) Scan ¶
func (s *StatusType) Scan(value interface{}) error
Click to show internal directories.
Click to hide internal directories.