database

package
v0.0.0-...-6f58986 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2025 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataRegister

type DataRegister struct {
	ExpiredTime uint32 `protobuf:"varint,1,opt"`
	// contains filtered or unexported fields
}

type DatabaseImage

type DatabaseImage struct {
	Md5          []byte `protobuf:"bytes,1,opt"`
	Sha1         []byte `protobuf:"bytes,5,opt"`
	Size         uint32 `protobuf:"varint,2,opt"`
	ImageId      string `protobuf:"bytes,3,opt"`
	Path         string `protobuf:"bytes,4,opt"`
	Domain       string `protobuf:"bytes,9,opt"`
	Query        string `protobuf:"bytes,10,opt"`
	Width        uint32 `protobuf:"varint,6,opt"`
	Height       uint32 `protobuf:"varint,7,opt"`
	BusinessType uint32 `protobuf:"varint,8,opt"`
	ImageType    uint32 `protobuf:"varint,11,opt"`
	ImageBizType uint32 `protobuf:"varint,12,opt"`
}

func (*DatabaseImage) GetDatabaseImageUrl

func (d *DatabaseImage) GetDatabaseImageUrl(rKeyString string) string

type DatabaseRecord

type DatabaseRecord struct {
	Video    *DatabaseVideo `protobuf:"bytes,1,opt"`
	Image    *DatabaseImage `protobuf:"bytes,2,opt"`
	Register *DataRegister  `protobuf:"bytes,3,opt"`
	// contains filtered or unexported fields
}

type DatabaseVideo

type DatabaseVideo struct {
	Md5       []byte `protobuf:"bytes,1,opt"`
	ThumbMd5  []byte `protobuf:"bytes,2,opt"`
	Size      uint32 `protobuf:"varint,3,opt"`
	ThumbSize uint32 `protobuf:"varint,4,opt"`
	Name      string `protobuf:"bytes,5,opt"`
	Uuid      []byte `protobuf:"bytes,6,opt"`
}

Jump to

Keyboard shortcuts

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