Documentation
¶
Index ¶
Constants ¶
View Source
const (
MainTxId = "00000000-0000-0000-0000-000000000000"
)
Variables ¶
View Source
var (
ErrInvalidFileFormat = errors.New("invalid file format")
)
Functions ¶
Types ¶
type ContentFile ¶ added in v1.0.0
func (*ContentFile) Path ¶ added in v1.1.0
func (f *ContentFile) Path() string
type FileFilter ¶ added in v1.0.0
type NotEnoughSpaceError ¶ added in v1.1.0
func (NotEnoughSpaceError) Close ¶ added in v1.1.0
func (e NotEnoughSpaceError) Close() error
func (NotEnoughSpaceError) Error ¶ added in v1.1.0
func (e NotEnoughSpaceError) Error() string
func (NotEnoughSpaceError) Reader ¶ added in v1.1.0
func (e NotEnoughSpaceError) Reader() io.Reader
func (NotEnoughSpaceError) Unwrap ¶ added in v1.1.0
func (e NotEnoughSpaceError) Unwrap() error
type Transaction ¶ added in v1.0.0
type Transaction struct { Id string IsoLevel TxIsoLevel Seq sequence.Seq }
type TxIsoLevel ¶ added in v1.0.0
type TxIsoLevel uint8
Source Files
¶
Click to show internal directories.
Click to hide internal directories.