dto

package
v0.1.24 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2022 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 FileInfoRes

type FileInfoRes struct {
	Id           int64       `json:"id"`
	HasThumbnail bool        `json:"hasThumbnail"`
	Name         string      `json:"name"`
	Size         int64       `json:"size"`
	ParentPath   string      `json:"parentPath"`
	FullPath     string      `json:"fullPath"`
	IsDir        bool        `json:"isDir"`
	Tag          string      `json:"tag"`
	Md5          string      `json:"md5"`
	Extension    string      `json:"extension"`
	Mime         string      `json:"mime"`
	Owner        string      `json:"owner"`
	Atime        int64       `json:"atime"`
	Mtime        int64       `json:"mtime"`
	Ctime        int64       `json:"ctime"`
	Tags         interface{} `json:"tags"`
	Ext0         interface{} `json:"ext0"`
	Ext1         interface{} `json:"ext1"`
	Ext2         interface{} `json:"ext2"`

	EventList interface{} `json:"eventList,omitempty"`
}

Jump to

Keyboard shortcuts

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