Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DialogueHandler ¶
type DialogueHandler struct {
// contains filtered or unexported fields
}
func NewDialogueHandler ¶
func NewDialogueHandler(repo repository.DialogueRepository) *DialogueHandler
func (*DialogueHandler) DeleteDialogue ¶
func (h *DialogueHandler) DeleteDialogue(c echo.Context) error
func (*DialogueHandler) PatchDialogue ¶
func (h *DialogueHandler) PatchDialogue(c echo.Context) error
func (*DialogueHandler) PostDialogue ¶
func (h *DialogueHandler) PostDialogue(c echo.Context) error
type LineHandler ¶
type LineHandler struct {
// contains filtered or unexported fields
}
func NewLineHandler ¶
func NewLineHandler(repo repository.LineRepository) *LineHandler
func (*LineHandler) DeleteLine ¶
func (h *LineHandler) DeleteLine(c echo.Context) error
func (*LineHandler) PostLine ¶
func (h *LineHandler) PostLine(c echo.Context) error
type PatchDialogueRequest ¶
type PatchDialogueResponse ¶
type PatchDialogueResponse Dialogue
type PostDialogueRequest ¶
type PostDialogueResponse ¶
type PostDialogueResponse Dialogue
type PostLineRequest ¶
type PostLineResponse ¶
type PostLineResponse Line
Click to show internal directories.
Click to hide internal directories.