mock

package
v0.6.10 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2021 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceMock

type ServiceMock struct {
	// contains filtered or unexported fields
}

ServiceMock represents a simple mock of pinning.Interface. The implementation is not goroutine-safe.

func NewServiceMock

func NewServiceMock() *ServiceMock

NewServiceMock is a convenient constructor for creating ServiceMock.

func (*ServiceMock) CreatePin

func (sm *ServiceMock) CreatePin(_ context.Context, ref swarm.Address, _ bool) error

CreatePin implements pinning.Interface CreatePin method.

func (*ServiceMock) DeletePin

func (sm *ServiceMock) DeletePin(_ context.Context, ref swarm.Address) error

DeletePin implements pinning.Interface DeletePin method.

func (*ServiceMock) HasPin

func (sm *ServiceMock) HasPin(ref swarm.Address) (bool, error)

HasPin implements pinning.Interface HasPin method.

func (*ServiceMock) Pins

func (sm *ServiceMock) Pins() ([]swarm.Address, error)

Pins implements pinning.Interface Pins method.

Jump to

Keyboard shortcuts

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