inmemory

package
v0.0.0-...-ae75a06 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCropEventRepositoryInMemory

func NewCropEventRepositoryInMemory(s *storage.CropEventStorage) repository.CropEvent

func NewCropReadRepositoryInMemory

func NewCropReadRepositoryInMemory(s *storage.CropReadStorage) repository.CropRead

Types

type CropActivityRepositoryInMemory

type CropActivityRepositoryInMemory struct {
	Storage *storage.CropActivityStorage
}

func (*CropActivityRepositoryInMemory) Save

func (f *CropActivityRepositoryInMemory) Save(cropActivity *storage.CropActivity, isUpdate bool) <-chan error

Save is to save

type CropEventRepositoryInMemory

type CropEventRepositoryInMemory struct {
	Storage *storage.CropEventStorage
}

func (*CropEventRepositoryInMemory) Save

func (f *CropEventRepositoryInMemory) Save(uid uuid.UUID, latestVersion int, events []interface{}) <-chan error

Save is to save

type CropReadRepositoryInMemory

type CropReadRepositoryInMemory struct {
	Storage *storage.CropReadStorage
}

func (*CropReadRepositoryInMemory) Save

func (f *CropReadRepositoryInMemory) Save(cropRead *storage.CropRead) <-chan error

Save is to save

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL