Documentation ¶
Index ¶
- type GcsSink
- func (g *GcsSink) CreateEntry(key string, entry *filer_pb.Entry, signatures []int32) error
- func (g *GcsSink) DeleteEntry(key string, isDirectory, deleteIncludeChunks bool, signatures []int32) error
- func (g *GcsSink) GetName() string
- func (g *GcsSink) GetSinkToDirectory() string
- func (g *GcsSink) Initialize(configuration util.Configuration, prefix string) error
- func (g *GcsSink) IsIncremental() bool
- func (g *GcsSink) SetSourceFiler(s *source.FilerSource)
- func (g *GcsSink) UpdateEntry(key string, oldEntry *filer_pb.Entry, newParentPath string, ...) (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, prefix string) error
func (*GcsSink) IsIncremental ¶
func (*GcsSink) SetSourceFiler ¶
func (g *GcsSink) SetSourceFiler(s *source.FilerSource)
Click to show internal directories.
Click to hide internal directories.