Documentation ¶
Overview ¶
Package models defines the different object models used in Project
Package models defines the different object models used in Project
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// ContextKeyParsedToken var
ContextKeyParsedToken = contextKey("ParsedToken")
)
Functions ¶
This section is empty.
Types ¶
type ParsedToken ¶ added in v0.6.0
type ParsedToken struct {
Email string
}
ParsedToken contains details that are encoded in the received JWT token
type Project ¶
type Project struct {
Name string `bson:"name" json:"name"`
}
Project defines the project object
type ProjectWithCursor ¶
ProjectWithCursor implements the pair of the project with a cursor that determines the location of the tennat in the repository.
Click to show internal directories.
Click to hide internal directories.