toggleorderpayed

package
v0.0.0-...-0ba6107 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2017 License: MIT Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interactor

type Interactor struct {
	meeting.Store
	authenticate.AuthenticateUseCase
}

func (Interactor) ToggleOrderPayed

func (i Interactor) ToggleOrderPayed(req Request) error

type Request

type Request struct {
	meeting.MeetingID `json:"meetingID"`
	Customer          meeting.CustomerMail `json:"customer"`
	Login             user.Login           `json:"login"`
}

type ToggleOrderPayedUseCase

type ToggleOrderPayedUseCase interface {
	ToggleOrderPayed(request Request) error
}

Jump to

Keyboard shortcuts

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