# Packages

Package mock is a generated GoMock package.
No description provided by the author

# Functions

ParseStatus attempts to convert a string to a Status.
StatusNames returns a list of possible string values of Status.
StatusValues returns a list of the values for Status.

# Constants

StatusNOTVERIFIED is a Status of type NOT_VERIFIED.
StatusPRIMARY is a Status of type PRIMARY.
StatusVERIFIED is a Status of type VERIFIED.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

go:generate mockgen -source=$GOFILE -destination=mock/$GOFILE -package=mock -typed.
go:generate mockgen -source=$GOFILE -destination=mock/$GOFILE -package=mock -typed.
go:generate mockgen -source=$GOFILE -destination=mock/$GOFILE -package=mock -typed.

# Type aliases

swagger:enum Status ENUM( NOT_VERIFIED, VERIFIED, PRIMARY ) */go:generate go-enum --marshal --sql --values --names.