engine

package
v0.0.0-...-f66ea8c Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine interface {
	PutChunk(ctx context.Context, reader io.Reader, endpoints ...string) (string, error)
	GetChunk(ctx context.Context, id string) (io.ReadCloser, error)
	DeleteChunk(ctx context.Context, id string) error
	GetEndpoints(ctx context.Context) ([]string, error)
}

type EngineSuite

type EngineSuite struct {
	suite.Suite
	Engine Engine
}

func (*EngineSuite) TestEngine

func (s *EngineSuite) TestEngine()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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