mock

package
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2021 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 FakeServiceUploads

type FakeServiceUploads struct {
	UploadFn func(
		ctx context.Context,
		inp profileutils.UploadInput,
	) (*profileutils.Upload, error)

	FindUploadByIDFn func(
		ctx context.Context,
		id string,
	) (*profileutils.Upload, error)
}

FakeServiceUploads is an defines all interactions with the mock Uploads service

func (*FakeServiceUploads) FindUploadByID

func (u *FakeServiceUploads) FindUploadByID(
	ctx context.Context,
	id string,
) (*profileutils.Upload, error)

FindUploadByID is a mock of the FindUploadByID service

func (*FakeServiceUploads) Upload

Upload is a mock of the Upload service

Jump to

Keyboard shortcuts

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