setplace

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) SetPlace

func (i Interactor) SetPlace(req Request) error

type Request

type Request struct {
	Place             string `json:"place"`
	meeting.MeetingID `json:"meetingID"`
	user.Login        `json:"login"`
}

type SetPlaceUseCase

type SetPlaceUseCase interface {
	SetPlace(request Request) error
}

Jump to

Keyboard shortcuts

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