po

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

po

Persistent Object 持久化对接

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelloWorld

type HelloWorld struct {
	Id             uint64    `gorm:"column:id;primaryKey" json:"id"`                // ID
	CreatedTime    time.Time `gorm:"column:created_time" json:"created_time"`       // 创建时间
	UpdatedTime    time.Time `gorm:"column:updated_time" json:"updated_time"`       // 更新时间
	RequestMessage string    `gorm:"column:request_message" json:"request_message"` //
}

type Testdata

type Testdata struct {
}

Jump to

Keyboard shortcuts

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