note

package
v0.0.0-...-d27c886 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Helper

type Helper struct {
}

func (*Helper) CreateNoteHandler

func (h *Helper) CreateNoteHandler() (r *ginHelper.Router)

@Tags Note @Summary 新建Note @Param note body service.CreateNote true "Note" @Success 200 @Failure 400 @Router /note [post] @version 1.0

func (*Helper) GetNoteHandler

func (h *Helper) GetNoteHandler() (r *ginHelper.Router)

@Tags Note @Summary 获取Note @Param noteID query int true "Note" @Success 200 @Failure 400 @Router /note [get] @version 1.0

func (*Helper) GetNoteListHandles

func (h *Helper) GetNoteListHandles() (r *ginHelper.Router)

@Tags Note @Summary 获取NoteList @Param page query int true "Note" @Success 200 @Failure 400 @Router /note/list [get] @version 1.0

Jump to

Keyboard shortcuts

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