Documentation ¶
Index ¶
- type GcsSink
- func (g *GcsSink) CreateEntry(ctx context.Context, key string, entry *filer_pb.Entry) error
- func (g *GcsSink) DeleteEntry(ctx context.Context, key string, isDirectory, deleteIncludeChunks bool) error
- func (g *GcsSink) GetName() string
- func (g *GcsSink) GetSinkToDirectory() string
- func (g *GcsSink) Initialize(configuration util.Configuration) error
- func (g *GcsSink) SetSourceFiler(s *source.FilerSource)
- func (g *GcsSink) 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 GcsSink ¶
type GcsSink struct {
// contains filtered or unexported fields
}
func (*GcsSink) CreateEntry ¶
func (*GcsSink) DeleteEntry ¶
func (*GcsSink) GetSinkToDirectory ¶
func (*GcsSink) Initialize ¶
func (g *GcsSink) Initialize(configuration util.Configuration) error
func (*GcsSink) SetSourceFiler ¶
func (g *GcsSink) SetSourceFiler(s *source.FilerSource)
Click to show internal directories.
Click to hide internal directories.