createmeeting

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: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMeetingUseCase

type CreateMeetingUseCase interface {
	CreateMeeting(request Request) error
}

type Interactor

type Interactor struct {
	meeting.WriteStore
	authenticate.AuthenticateUseCase
}

func (Interactor) CreateMeeting

func (i Interactor) CreateMeeting(req Request) error

type Request

type Request struct {
	Meeting meeting.Meeting `json:"meeting"`
	Login   user.Login      `json:"login"`
}

Jump to

Keyboard shortcuts

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