package
Version:
v1.2.6
Opens a new window with list of versions in this module.
Published: Jun 2, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
TableModtimeName = `modtime`
ColModtimeID = `id`
ColModtimeUnix = `unix`
ColModtimeETag = `etag`
ColModtimeDescription = `description`
)
type Modtime struct {
ID int32 `xorm:"pk 'id'"`
Unix int64 `xorm:"'unix'"`
ETag string `xorm:"'etag'"`
Description string `xorm:"'description'"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.