MCPcopy Index your code
hub / github.com/feast-dev/feast / DeleteObject

Method DeleteObject

go/internal/feast/registry/gcs.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, bucket string, object string)

Source from the content-addressed store, hash-verified

18type GCSObjectReader interface {
19 GetObject(ctx context.Context, bucket string, object string) (io.ReadCloser, error)
20 DeleteObject(ctx context.Context, bucket string, object string) error
21}
22
23// GCSClient implements GCSObjectReader using the real GCS SDK.

Callers 1

TeardownMethod · 0.65

Implementers 3

MockS3Clientgo/internal/feast/registry/registry_te
MockGCSClientgo/internal/feast/registry/registry_te
GCSClientgo/internal/feast/registry/gcs.go

Calls

no outgoing calls

Tested by

no test coverage detected