package constants const ( ContextRequestID string = "requestId" ) type UserType string func (u UserType) toString() string { return string(u) }