Documentation ¶
Overview ¶
Package models defines the different object models used in Tenant
Package models defines the different object models used in Tenant
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tenant ¶
type Tenant struct {
Name string `bson:"name" json:"name"`
}
Tenant defines the tenant object
type TenantWithCursor ¶ added in v0.0.13
TenantWithCursor implements the pair of the tenant with a cursor that determines the location of the tennat in the repository.
Click to show internal directories.
Click to hide internal directories.