types

package
v0.0.0-...-488514f Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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

func (*FeedbackRating) Value

func (s *FeedbackRating) Value() (driver.Value, error)

type RequestType

type RequestType string
const (
	Visiting     RequestType = "visiting"
	Transferring RequestType = "transferring"
)

func (*RequestType) Scan

func (s *RequestType) Scan(value interface{}) error

func (*RequestType) Value

func (s *RequestType) Value() (driver.Value, error)

type StatusType

type StatusType string
const (
	Pending  StatusType = "pending"
	Accepted StatusType = "accepted"
	Rejected StatusType = "rejected"
)

func (*StatusType) Scan

func (s *StatusType) Scan(value interface{}) error

func (*StatusType) Value

func (s *StatusType) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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