Discover Packages
github.com/lance4117/gofuse
store
test
package
Version:
v0.0.30
Opens a new window with list of versions in this module.
Published: Nov 6, 2025
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
Documentation
¶
type Blog struct {
Id int `xorm:"not null pk autoincr INT"`
Title string `xorm:"VARCHAR(100)"`
Content string `xorm:"TEXT"`
Ctm int64 `xorm:"BIGINT"`
Uid int `xorm:"INT"`
}
type User struct {
Id int64 `xorm:"pk autoincr BIGINT"`
Name string `xorm:"VARCHAR(100)"`
Ctm int64 `xorm:"BIGINT"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.