コード例 #1
0
ファイル: projectors.go プロジェクト: xjplke/eventhorizon
// HandlerType implements the HandlerType method of the EventHandler interface.
func (p *GuestListProjector) HandlerType() eh.EventHandlerType {
	return eh.EventHandlerType("GuestListProjector")
}
コード例 #2
0
ファイル: projectors.go プロジェクト: xjplke/eventhorizon
// HandlerType implements the HandlerType method of the EventHandler interface.
func (p *InvitationProjector) HandlerType() eh.EventHandlerType {
	return eh.EventHandlerType("InvitationProjector")
}