Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeletedAtField ¶
type DeletedField ¶
type DeletedField struct {
Deleted bool `bson:"deleted"`
}
type ForPQ ¶
type ForPQ struct { DeletedAtField `bson:"inline"` DeletedField `bson:"inline"` IdField `bson:"inline"` InS3Field `bson:"inline"` LinesField `bson:"inline"` NameField `bson:"inline"` ProjectIdField `bson:"inline"` VersionField `bson:"inline"` }
type LinesField ¶
type LinesField struct {
Lines []string `bson:"lines"`
}
type NameField ¶
type NameField struct {
Name sharedTypes.Filename `bson:"name"`
}
type ProjectIdField ¶
type VersionField ¶
type VersionField struct {
Version sharedTypes.Version `bson:"version"`
}
Click to show internal directories.
Click to hide internal directories.