data

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TableModtimeName      = `modtime`
	ColModtimeID          = `id`
	ColModtimeUnix        = `unix`
	ColModtimeETag        = `etag`
	ColModtimeDescription = `description`
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Modtime

type Modtime struct {
	ID          int32  `xorm:"pk 'id'"`
	Unix        int64  `xorm:"'unix'"`
	ETag        string `xorm:"'etag'"`
	Description string `xorm:"'description'"`
}

func (Modtime) TableName

func (Modtime) TableName() string

Jump to

Keyboard shortcuts

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