Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CropActivityRepository ¶
type CropActivityRepository interface {
Save(cropActivity *storage.CropActivity, isUpdate bool) <-chan error
}
type CropEventRepository ¶
type CropReadRepository ¶
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
Click to show internal directories.
Click to hide internal directories.