Versions in this module Expand all Collapse all v1 v1.13.0 Jun 9, 2026 Changes in this version + type Call struct + ContentType string + MaxBytes int64 + Metadata map[string]string + Operation Operation + Payload []byte + Ref store.ObjectRef + type FakeStore struct + func NewStore() *FakeStore + func (s *FakeStore) Calls() []Call + func (s *FakeStore) Delete(_ context.Context, input store.DeleteInput) error + func (s *FakeStore) Get(_ context.Context, input store.GetInput) (*store.GetOutput, error) + func (s *FakeStore) Put(_ context.Context, input store.PutInput) (store.ObjectRef, error) + func (s *FakeStore) SetError(operation Operation, err error) + type Operation string + const OperationDelete + const OperationGet + const OperationPut v1.13.0-rc Jun 9, 2026