v1

package
v0.0.0-...-1c0d007 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIV1BoardHandler

type APIV1BoardHandler interface {
	Index(ctx *gin.Context)
	Show(ctx *gin.Context)
	Create(ctx *gin.Context)
	CreateBoardList(ctx *gin.Context)
	UpdateBoardList(ctx *gin.Context)
	UpdateKanban(ctx *gin.Context)
}

APIV1BoardHandler - Boardハンドラのインターフェース

func NewAPIV1BoardHandler

func NewAPIV1BoardHandler(ba application.BoardApplication) APIV1BoardHandler

NewAPIV1BoardHandler - APIV1BoardHandlerの生成

type APIV1TaskHandler

type APIV1TaskHandler interface {
	Show(ctx *gin.Context)
	Create(ctx *gin.Context)
}

APIV1TaskHandler - Taskハンドラのインターフェース

func NewAPIV1TaskHandler

func NewAPIV1TaskHandler(ta application.TaskApplication) APIV1TaskHandler

NewAPIV1TaskHandler - APIV1TaskHandlerの生成

Jump to

Keyboard shortcuts

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