sysdb

package
v0.0.0-...-a4d71d1 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateSysDB

func CreateSysDB(c *gin.Context)

func GetSysDBs

func GetSysDBs(c *gin.Context)

Types

type CreateSysDBReq

type CreateSysDBReq struct {
	model.SysDB
}

type CreateSysDBResp

type CreateSysDBResp struct {
	ID       uint64    `json:"id"`
	CreateAt time.Time `json:"create_at"`
}

type GetSysDBListReq

type GetSysDBListReq struct {
	Size   int `json:"size" form:"size"`
	Offset int `json:"offset" form:"offset"`
}

type GetSysDBListResp

type GetSysDBListResp struct {
	Total int           `json:"total"`
	Data  []model.SysDB `json:"data"`
}

Jump to

Keyboard shortcuts

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