putproduct

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: 4 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) PutProduct

func (i Interactor) PutProduct(req Request) error

type PutProductUseCase

type PutProductUseCase interface {
	PutProduct(request Request) error
}

type Request

type Request struct {
	meeting.MeetingID `json:"meetingID"`
	Product           meeting.Product `json:"product"`
	Login             user.Login      `json:"login"`
}

Jump to

Keyboard shortcuts

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