Day04

command
v0.0.0-...-2926792 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2019 License: Apache-2.0, Apache-2.0 Imports: 9 Imported by: 0

README

we-blog

gin+grom整合crud实现简单api接口

目录结构

├── Dockerfile
├── LICENSE
├── README.md
├── blog.sql
├── conf
│   └── config.go
├── config.yaml
├── controller
│   ├── ArticleController.go
│   ├── AuthController.go
│   ├── TagController.go
│   └── UploadController.go
├── cron
│   └── cron.go
├── filter
│   ├── filter.go
│   └── jwt.go
├── gin.log
├── main.go
├── model
│   ├── article.go
│   ├── auth.go
│   ├── category.go
│   ├── db.go
│   ├── tag.go
│   └── user.go
├── router
│   └── router.go
├── static
│   ├── css
│   ├── images
│   └── js
├── test
│   └── test.go
├── upload
│   └── images
├── util
│   ├── code.go
│   ├── excel.go
│   ├── file.go
│   ├── image.go
│   ├── jwt.go
│   ├── logging.go
│   ├── md5.go
│   ├── msg.go
│   ├── pagination.go
├── views
│   └── web
│       ├── about.html
│       ├── daohang.html
│       ├── index.html
│       ├── info.html
│       ├── list.html
│       └── time.html

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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