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
}
Click to show internal directories.
Click to hide internal directories.