package
1.0.18
Repository: https://github.com/ixugo/goweb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JsonUnmarshal 将 input 反序列化到 obj 上.
New ...
No description provided by the author
NewLogger 封装日志.
NewModelWithStrID 新建模型.
No description provided by the author
No description provided by the author
OrderBy 排序条件.
ParseTimeToLayout 解析字符串对应的 layout 仅支持 年-月-日 或 年/月/日 等这种格式.
No description provided by the author
No description provided by the author
No description provided by the author
Where 查询条件.
No description provided by the author
WithID ...
No description provided by the author

# Variables

EnabledAutoMigrate 是否开启自动迁移 每次表迁移耗时,提供此全局变量,程序可根据需要是否迁移.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
DeletedModel 删除模型.
No description provided by the author
No description provided by the author
Model int id 模型 sqlite 不支持 default:now(),支持 CURRENT_TIMESTAMP.
ModelWithStrID string id 模型.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
Scaner 所有模型内组合的结构体,必须满足该接口.
Tabler 模型需要用指针接收器实现接口.
Universal 通用增删改查.

# Type aliases

No description provided by the author
No description provided by the author
QueryOption ..