iceberg

package module
v0.0.0-...-f16f5cb Latest Latest
Warning

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

Go to latest
Published: May 21, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

iceberg

Build Coverage Status Go Report Card

一个方便快速的web开发框架

开始

参考 https://github.com/GoLangDream/iceberg-cli 使用命令行工具开始

新建一个项目
iceberg new test_project
其他一些命令
iceberg g m create_user                    # 生成一个migration
iceberg g model user name:string age:uint  # 生成一个模型
iceberg g controller user index show       # 生成一个controller 和 对应的 action
运行
iceberg run
访问

http://localhost:3000

示例

参考 https://github.com/GoLangDream/iceberg_example

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitApplication

func InitApplication()

func StartApplication

func StartApplication()

Types

type H

type H = map[string]any

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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