doc

package
v0.0.0-...-1d800d4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeletedAtField

type DeletedAtField struct {
	DeletedAt time.Time `bson:"deletedAt"`
}

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 IdField

type IdField struct {
	Id primitive.ObjectID `bson:"_id"`
}

type InS3Field

type InS3Field struct {
	InS3 bool `bson:"inS3"`
}

type LinesField

type LinesField struct {
	Lines []string `bson:"lines"`
}

type NameField

type NameField struct {
	Name sharedTypes.Filename `bson:"name"`
}

type ProjectIdField

type ProjectIdField struct {
	ProjectId primitive.ObjectID `bson:"project_id"`
}

type VersionField

type VersionField struct {
	Version sharedTypes.Version `bson:"version"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL