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