Documentation ¶
Index ¶
- type Adapter
- func (a *Adapter) Batch(ctx context.Context, kind domain.Kind, batchType domain.BatchType, ...) error
- func (a *Adapter) Callbacks(_ context.Context) (domain.Callbacks, error)
- func (a *Adapter) DeleteObject(ctx context.Context, id domain.KindName) error
- func (a *Adapter) GetConfig() config.Config
- func (a *Adapter) GetObject(ctx context.Context, id domain.KindName, baseObject []byte) error
- func (a *Adapter) IsRelated(ctx context.Context, id domain.ClientIdentifier) bool
- func (a *Adapter) PatchObject(ctx context.Context, id domain.KindName, checksum string, patch []byte) error
- func (a *Adapter) PutObject(ctx context.Context, id domain.KindName, object []byte) error
- func (a *Adapter) RegisterCallbacks(mainCtx context.Context, callbacks domain.Callbacks)
- func (a *Adapter) ServeHTTP(w http.ResponseWriter, r *http.Request)
- func (a *Adapter) Start(ctx context.Context) error
- func (a *Adapter) Stop(ctx context.Context) error
- func (a *Adapter) VerifyObject(ctx context.Context, id domain.KindName, checksum string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
func NewHTTPEndpointAdapter ¶
func (*Adapter) DeleteObject ¶
No-OP functions for functions needed only for backend re-sync
func (*Adapter) PatchObject ¶
func (*Adapter) RegisterCallbacks ¶
Click to show internal directories.
Click to hide internal directories.