Documentation ¶
Index ¶
- func WithCache(ctx context.Context) context.Context
- type DatastoreCache
- func (ds *DatastoreCache) AppendBundle(ctx context.Context, req *datastore.AppendBundleRequest) (resp *datastore.AppendBundleResponse, err error)
- func (ds *DatastoreCache) DeleteBundle(ctx context.Context, req *datastore.DeleteBundleRequest) (resp *datastore.DeleteBundleResponse, err error)
- func (ds *DatastoreCache) FetchBundle(ctx context.Context, req *datastore.FetchBundleRequest) (*datastore.FetchBundleResponse, error)
- func (ds *DatastoreCache) PruneBundle(ctx context.Context, req *datastore.PruneBundleRequest) (resp *datastore.PruneBundleResponse, err error)
- func (ds *DatastoreCache) SetBundle(ctx context.Context, req *datastore.SetBundleRequest) (resp *datastore.SetBundleResponse, err error)
- func (ds *DatastoreCache) UpdateBundle(ctx context.Context, req *datastore.UpdateBundleRequest) (resp *datastore.UpdateBundleResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DatastoreCache ¶
func (*DatastoreCache) AppendBundle ¶
func (ds *DatastoreCache) AppendBundle(ctx context.Context, req *datastore.AppendBundleRequest) (resp *datastore.AppendBundleResponse, err error)
func (*DatastoreCache) DeleteBundle ¶
func (ds *DatastoreCache) DeleteBundle(ctx context.Context, req *datastore.DeleteBundleRequest) (resp *datastore.DeleteBundleResponse, err error)
func (*DatastoreCache) FetchBundle ¶
func (ds *DatastoreCache) FetchBundle(ctx context.Context, req *datastore.FetchBundleRequest) (*datastore.FetchBundleResponse, error)
func (*DatastoreCache) PruneBundle ¶
func (ds *DatastoreCache) PruneBundle(ctx context.Context, req *datastore.PruneBundleRequest) (resp *datastore.PruneBundleResponse, err error)
func (*DatastoreCache) SetBundle ¶
func (ds *DatastoreCache) SetBundle(ctx context.Context, req *datastore.SetBundleRequest) (resp *datastore.SetBundleResponse, err error)
func (*DatastoreCache) UpdateBundle ¶
func (ds *DatastoreCache) UpdateBundle(ctx context.Context, req *datastore.UpdateBundleRequest) (resp *datastore.UpdateBundleResponse, err error)
Click to show internal directories.
Click to hide internal directories.