mocks

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	mock.Mock
}

Service is an autogenerated mock type for the Service type

func NewService

func NewService(t mockConstructorTestingTNewService) *Service

NewService creates a new instance of Service. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Service) DeleteArtifact

func (_m *Service) DeleteArtifact(ctx context.Context, url string) error

DeleteArtifact provides a mock function with given fields: ctx, url

func (*Service) ParseURL added in v1.12.0

func (_m *Service) ParseURL(gsURL string) (*artifact.URL, error)

ParseURL provides a mock function with given fields: gsURL

func (*Service) ReadArtifact added in v1.12.0

func (_m *Service) ReadArtifact(ctx context.Context, url string) ([]byte, error)

ReadArtifact provides a mock function with given fields: ctx, url

func (*Service) WriteArtifact added in v1.12.0

func (_m *Service) WriteArtifact(ctx context.Context, url string, content []byte) error

WriteArtifact provides a mock function with given fields: ctx, url, content

Jump to

Keyboard shortcuts

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