package
0.0.0-20230524025129-9632b21dcea2
Repository: https://github.com/weimob-tech/go-project-demo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
DemoGetController 展示最基础的 http controller 配置方式,包括获取参数、query、header、body 等 请求路径 http://localhost:8080/api/v1/demo/james/hello?foo=bar.
DemoPostController post请求.
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
LogInfoController if you want print log with json format, please config log.debug=false if you want print log with pretty format, please config log.debug=true.
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

# Structs

User CREATE TABLE `user` ( `id` bigint(0) UNSIGNED NOT NULL AUTO_INCREMENT, `created_at` datetime(3) NULL DEFAULT NULL, `updated_at` datetime(3) NULL DEFAULT NULL, `deleted_at` datetime(3) NULL DEFAULT NULL, `user_name` longtext CHARACTER SET utf8 COLLATE utf8_bin NULL, `password` longtext CHARACTER SET utf8 COLLATE utf8_bin NULL, PRIMARY KEY (`id`) USING BTREE, INDEX `idx_users_deleted_at`(`deleted_at`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_bin ROW_FORMAT = Dynamic; */.