dataobject

package
v0.0.0-...-e41513e Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DocumentsDO

type DocumentsDO struct {
	Id               int64  `db:"id"`
	DocumentId       int64  `db:"document_id"`
	AccessHash       int64  `db:"access_hash"`
	DcId             int32  `db:"dc_id"`
	FilePath         string `db:"file_path"`
	FileSize         int32  `db:"file_size"`
	UploadedFileName string `db:"uploaded_file_name"`
	Ext              string `db:"ext"`
	MimeType         string `db:"mime_type"`
	ThumbId          int64  `db:"thumb_id"`
	Version          int32  `db:"version"`
	Attributes       string `db:"attributes"`
	FileId           int64  `db:"file_id"`
	State            int8   `db:"state"`
	CreatedAt        string `db:"created_at"`
	UpdatedAt        string `db:"updated_at"`
}

type PhotoDatasDO

type PhotoDatasDO struct {
	Id         int32  `db:"id"`
	PhotoId    int64  `db:"photo_id"`
	PhotoType  int8   `db:"photo_type"`
	DcId       int32  `db:"dc_id"`
	VolumeId   int64  `db:"volume_id"`
	LocalId    int32  `db:"local_id"`
	AccessHash int64  `db:"access_hash"`
	Width      int32  `db:"width"`
	Height     int32  `db:"height"`
	FileSize   int32  `db:"file_size"`
	FilePath   string `db:"file_path"`
	Ext        string `db:"ext"`
	FileId     int64  `db:"file_id"`
	State      int8   `db:"state"`
	CreatedAt  string `db:"created_at"`
}

Jump to

Keyboard shortcuts

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