notify

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: 6 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.ReadStore
	MailService mail.Service
	authenticate.AuthenticateUseCase
}

func (Interactor) Notify

func (i Interactor) Notify(req Request) error

type NotifyUseCase

type NotifyUseCase interface {
	Notify(request Request) error
}

type Request

type Request struct {
	meeting.MeetingID `json:"meetingID"`
	NotifyTopic       string     `json:"topic"`
	NotifyShortText   string     `json:"shortText"`
	NotifyLongText    string     `json:"longText"`
	Login             user.Login `json:"login"`
}

Jump to

Keyboard shortcuts

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