Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { *objectwriter.Config // contains filtered or unexported fields }
Service implements Put operation of Object service v2.
func NewService ¶
func NewService(cfg *objectwriter.Config, getSvc *getsvc.Service, ) *Service
NewService constructs Service instance from provided options.
Patch service can use the same objectwriter.Config initializied by Put service.
type Streamer ¶
type Streamer struct { *objectwriter.Config // contains filtered or unexported fields }
Streamer for the patch handler is a pipeline that merges two incoming streams of patches and original object payload chunks. The merged result is fed to Put stream target.
func (*Streamer) CloseAndRecv ¶
Click to show internal directories.
Click to hide internal directories.