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 ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.