Versions in this module Expand all Collapse all v1 v1.3.1 Jan 15, 2025 v1.3.0 Jan 14, 2025 Changes in this version + type DeleteRequest struct + Key string + type DeleteResponse struct + type Driver interface + DeletePayload func(context.Context, *DeleteRequest) (*DeleteResponse, error) + ExistPayload func(context.Context, *ExistRequest) (*ExistResponse, error) + GetPayload func(context.Context, *GetRequest) (*GetResponse, error) + PutPayload func(context.Context, *PutRequest) (*PutResponse, error) + type ErrBlobNotFound struct + Err error + func (m *ErrBlobNotFound) Error() string + type ExistRequest struct + Key string + type ExistResponse struct + Exists bool + type GetRequest struct + Key string + Writer io.Writer + type GetResponse struct + ContentLength uint64 + type PutRequest struct + ContentLength uint64 + Data io.Reader + Digest string + Key string + type PutResponse struct + Key string + type Validatable interface + Validate func(context.Context) error Other modules containing this package github.com/DataDog/temporal-large-payload-codec