Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTaskEventRepositoryInMemory ¶
func NewTaskEventRepositoryInMemory(s *storage.TaskEventStorage) repository.TaskEventRepository
func NewTaskReadRepositoryInMemory ¶
func NewTaskReadRepositoryInMemory(s *storage.TaskReadStorage) repository.TaskReadRepository
Types ¶
type TaskEventRepositoryInMemory ¶
type TaskEventRepositoryInMemory struct {
Storage *storage.TaskEventStorage
}
type TaskReadRepositoryInMemory ¶
type TaskReadRepositoryInMemory struct {
Storage *storage.TaskReadStorage
}
Click to show internal directories.
Click to hide internal directories.