summaryrefslogtreecommitdiff
path: root/pkg/btrfs/internal.go
blob: 5c0fc8b89839a60283b2a26f1d4d1f309525df69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package btrfs

import (
	"lukeshu.com/btrfs-tools/pkg/btrfs/internal"
)

type (
	// (u)int64 types

	Generation   = internal.Generation
	ObjID        = internal.ObjID
	LogicalAddr  = internal.LogicalAddr
	PhysicalAddr = internal.PhysicalAddr

	// complex types

	Key  = internal.Key
	Time = internal.Time
	UUID = internal.UUID
)