provider

package
v0.0.0-...-e1de4b4 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrNotFound blobやbucketが見つからなかった
	ErrNotFound = errors.New("not found")

	// ErrInternalServerError 処理中の予期せぬエラー
	ErrInternalServerError = errors.New("internal server error")
)

Functions

This section is empty.

Types

type Product

type Product struct {
	Data   []byte
	Record *recordstore.Record
}

Product provideが返すもの

func Provide

func Provide(bucketName string, blobName string, query preprocess.Query) (*Product, error)

Provide bucketからblobを取ってきてProductにして返す

Jump to

Keyboard shortcuts

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