test

package
v0.0.30 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2025 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 Blog

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

type User struct {
	Id   int64  `xorm:"pk autoincr BIGINT"`
	Name string `xorm:"VARCHAR(100)"`
	Ctm  int64  `xorm:"BIGINT"`
}

Jump to

Keyboard shortcuts

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