Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blob ¶
type Blob struct {
// contains filtered or unexported fields
}
func NewBlob ¶
func NewBlob(logger log.Logger, repo domain.BlobRepository, storage domain.BlobStorage, eventBus domain.BlobEvent) *Blob
type BlobSAGA ¶
type BlobSAGA struct {
// contains filtered or unexported fields
}
func NewBlobSaga ¶
func NewBlobSaga(logger log.Logger, repo domain.BlobRepository, storage domain.BlobStorage) *BlobSAGA
Click to show internal directories.
Click to hide internal directories.