construction

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: 24 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MailService = mailDriver.NewSMTPService()
View Source
var MeetingCommand = command.CommandHandler{
	Interactor: &MeetingUseCases,
}
View Source
var MeetingQuery = query.QueryHandler{
	MeetingStore: MeetingStore,
	UserStore:    UserStore,
}
View Source
var MeetingStore = driver.NewMongoStore()
View Source
var UserAuthenticateUseCase = authenticate.Interactor{
	ReadStore: UserStore,
}
View Source
var UserCommand = command.Handler{
	Interactor: &UserUseCases,
}
View Source
var UserQuery = query.QueryHandler{
	Store:               UserStore,
	AuthenticateUseCase: UserAuthenticateUseCase,
}
View Source
var UserStore = driver.NewMongoStore()

Functions

func AddMeetingRoutes

func AddMeetingRoutes(r *mux.Router)

func AddUserRoutes

func AddUserRoutes(r *mux.Router)

Types

This section is empty.

Jump to

Keyboard shortcuts

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