Documentation
¶
Index ¶
- type B2Sink
- func (g *B2Sink) CreateEntry(ctx context.Context, key string, entry *filer_pb.Entry) error
- func (g *B2Sink) DeleteEntry(ctx context.Context, key string, isDirectory, deleteIncludeChunks bool) error
- func (g *B2Sink) GetName() string
- func (g *B2Sink) GetSinkToDirectory() string
- func (g *B2Sink) Initialize(configuration util.Configuration) error
- func (g *B2Sink) SetSourceFiler(s *source.FilerSource)
- func (g *B2Sink) UpdateEntry(ctx context.Context, key string, oldEntry *filer_pb.Entry, ...) (foundExistingEntry bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type B2Sink ¶
type B2Sink struct {
// contains filtered or unexported fields
}
func (*B2Sink) CreateEntry ¶
func (*B2Sink) DeleteEntry ¶
func (*B2Sink) GetSinkToDirectory ¶
func (*B2Sink) Initialize ¶
func (g *B2Sink) Initialize(configuration util.Configuration) error
func (*B2Sink) SetSourceFiler ¶
func (g *B2Sink) SetSourceFiler(s *source.FilerSource)
Click to show internal directories.
Click to hide internal directories.