Documentation ¶
Index ¶
- type SingleFile
- func (sf *SingleFile) Close() (err error)
- func (sf *SingleFile) Lag() (rl *LagInfo, err error)
- func (sf *SingleFile) Name() string
- func (sf *SingleFile) Read(p []byte) (n int, err error)
- func (sf *SingleFile) Reopen() (err error)
- func (sf *SingleFile) Source() string
- func (sf *SingleFile) SyncMeta() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SingleFile ¶
type SingleFile struct {
// contains filtered or unexported fields
}
func NewSingleFile ¶
func (*SingleFile) Close ¶
func (sf *SingleFile) Close() (err error)
func (*SingleFile) Lag ¶
func (sf *SingleFile) Lag() (rl *LagInfo, err error)
func (*SingleFile) Name ¶
func (sf *SingleFile) Name() string
func (*SingleFile) Reopen ¶
func (sf *SingleFile) Reopen() (err error)
func (*SingleFile) Source ¶
func (sf *SingleFile) Source() string
func (*SingleFile) SyncMeta ¶
func (sf *SingleFile) SyncMeta() error
Click to show internal directories.
Click to hide internal directories.