model

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Path     string   `json:"path"`
	Fileinfo FileInfo `json:"fileinfo"`
}

File is description filepath and fileinfo

type FileInfo

type FileInfo struct {
	Name string `json:"name"`
	Type string `json:"type"`
	Date string `json:"date"`
	Size string `json:"size"`
}

FileInfo is description filename and ...

Jump to

Keyboard shortcuts

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