Documentation ¶ Index ¶ func DefaultErrorHandler(log extLogs.Params) func(c *CbFile, err error) error func DefaultFatalHandler(log extLogs.Params) func(c *CbFile, err error) error type CbFile func (f *CbFile) Fetch() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DefaultErrorHandler ¶ added in v1.9.2 func DefaultErrorHandler(log extLogs.Params) func(c *CbFile, err error) error func DefaultFatalHandler ¶ added in v1.9.2 func DefaultFatalHandler(log extLogs.Params) func(c *CbFile, err error) error Types ¶ type CbFile ¶ added in v1.9.2 type CbFile struct { Collection *gocb.Collection ID string OutputPtr interface{} ErrorHandler func(c *CbFile, err error) error FatalHandler func(c *CbFile, err error) error } func (*CbFile) Fetch ¶ added in v1.9.2 func (f *CbFile) Fetch() error Source Files ¶ View all Source files get_file.go Click to show internal directories. Click to hide internal directories.