service

package
v1.9.2 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2025 License: MIT Imports: 4 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 interface {
	GetPresignedUrl(ctx context.Context, bucketName string, objectName string) (*url.URL, error)
	PutPresignedUrl(ctx context.Context, bucketName string, objectName string) (*url.URL, error)
	RemoveObject(ctx context.Context, bucketName string, objetName string) error
}

func NewService

func NewService(minioClient *minio.Client) Service

Jump to

Keyboard shortcuts

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