Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventWrapper ¶
type EventWrapper struct { EventName string EventData interface{} }
EventWrapper is used to wrap the event interface with its struct name, so it will be easier to unmarshal later
type RepositoryResult ¶
type RepositoryResult struct { Result interface{} Error error }
RepositoryResult is a struct to wrap repository result so its easy to use it in channel
type TaskEventRepository ¶
type TaskReadRepository ¶
Click to show internal directories.
Click to hide internal directories.