data

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	SiteName      string `json:"site_name"`
	HostName      string `json:"host_name"`
	Port          int    `json:"port"`
	PhotoDir      string `json:"photo_dir"`
	MaxPhotoCount int    `json:"max_photo_count"`
}

type Photo

type Photo struct {
	gorm.Model
	ImagePath string
	ThumbPath string
	DeleteKey string
	Width     int
	Height    int
	FileSize  int64
}

Jump to

Keyboard shortcuts

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