Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppendDbV1 ¶
type AppendDbV1 struct { Path string // contains filtered or unexported fields }
func NewV1 ¶
func NewV1(path string) (*AppendDbV1, error)
func (*AppendDbV1) Append ¶
func (ad *AppendDbV1) Append(t string) error
func (*AppendDbV1) Close ¶
func (ad *AppendDbV1) Close() error
func (*AppendDbV1) Len ¶
func (ad *AppendDbV1) Len() (int64, error)
func (*AppendDbV1) Sync ¶
func (ad *AppendDbV1) Sync() error
Click to show internal directories.
Click to hide internal directories.