v1

package
v0.0.0-...-2d78729 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2020 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArticleApi

type ArticleApi struct {
}

func (*ArticleApi) Add

func (this *ArticleApi) Add(c *gin.Context)

func (*ArticleApi) Delete

func (this *ArticleApi) Delete(c *gin.Context)

func (*ArticleApi) Edit

func (this *ArticleApi) Edit(c *gin.Context)

func (*ArticleApi) Get

func (this *ArticleApi) Get(c *gin.Context)

func (*ArticleApi) Select

func (this *ArticleApi) Select(c *gin.Context)

type ArticleTypeApi

type ArticleTypeApi struct {
}

func (*ArticleTypeApi) Add

func (this *ArticleTypeApi) Add(c *gin.Context)

func (*ArticleTypeApi) Delete

func (this *ArticleTypeApi) Delete(c *gin.Context)

func (*ArticleTypeApi) Edit

func (this *ArticleTypeApi) Edit(c *gin.Context)

func (*ArticleTypeApi) Get

func (this *ArticleTypeApi) Get(c *gin.Context)

func (*ArticleTypeApi) Select

func (this *ArticleTypeApi) Select(c *gin.Context)

type TranslateApi

type TranslateApi struct {
}

func (*TranslateApi) TitleToUrl

func (this *TranslateApi) TitleToUrl(c *gin.Context)

type UploadApi

type UploadApi struct {
}

func (*UploadApi) Callback

func (this *UploadApi) Callback(c *gin.Context)

func (*UploadApi) Token

func (this *UploadApi) Token(c *gin.Context)

type UploadRet

type UploadRet struct {
	Name   string `json:"name"`
	Path   string `json:"path"`
	Hash   string `json:"hash"`
	Size   int64  `json:"size"`
	Prefix string `json:"prefix"`
}

Jump to

Keyboard shortcuts

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