inmemory

package
v0.0.0-...-247c3a5 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage struct {
	Images map[image.ID]*image.Image
}

func NewImageInMemory

func NewImageInMemory() *Storage

func (*Storage) Get

func (s *Storage) Get(_ context.Context, id image.ID) (*image.Image, error)

func (*Storage) GetMany

func (s *Storage) GetMany(_ context.Context, ids []image.ID) ([]*image.Image, error)

func (*Storage) Upsert

func (s *Storage) Upsert(_ context.Context, image *image.Image) error

Jump to

Keyboard shortcuts

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