memo

package
v0.0.0-...-ba86dd7 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2022 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MemoSet = wire.NewSet(wire.Struct(new(MemoApi), "*"))

Functions

This section is empty.

Types

type MemoApi

type MemoApi struct {
	Repo        repository.MemoRepo
	DateService services.DateInterface
}

func (*MemoApi) AddMemo

func (api *MemoApi) AddMemo(c *gin.Context)

func (*MemoApi) GetMemoById

func (api *MemoApi) GetMemoById(c *gin.Context)

func (*MemoApi) GetMemosByUserId

func (api *MemoApi) GetMemosByUserId(c *gin.Context)

func (*MemoApi) GetRecentMemos

func (api *MemoApi) GetRecentMemos(c *gin.Context)

func (*MemoApi) RemoveMemo

func (api *MemoApi) RemoveMemo(c *gin.Context)

func (*MemoApi) UpdateMemoById

func (api *MemoApi) UpdateMemoById(c *gin.Context)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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