Documentation ¶
Overview ¶
Package wire is a generated protocol buffer package.
It is generated from these files:
bazil.org/bazil/fs/wire/dirent.proto bazil.org/bazil/fs/wire/snap.proto
It has these top-level messages:
Dirent File Dir
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dir ¶
type Dir struct { }
Dir is a directory stored fully in the database, not persisted in objects.
func (*Dir) ProtoMessage ¶
func (*Dir) ProtoMessage()
type Dirent ¶
type Dirent struct { Inode uint64 `protobuf:"varint,1,opt,name=inode" json:"inode,omitempty"` File *File `protobuf:"bytes,2,opt,name=file" json:"file,omitempty"` Dir *Dir `protobuf:"bytes,3,opt,name=dir" json:"dir,omitempty"` }
func (*Dirent) GetFUSEDirent ¶
GetFUSEDirent returns a populated fuse.Dirent
func (*Dirent) ProtoMessage ¶
func (*Dirent) ProtoMessage()
type File ¶
type File struct {
Manifest *bazil_cas.Manifest `protobuf:"bytes,1,opt,name=manifest" json:"manifest,omitempty"`
}
func (*File) GetManifest ¶
func (*File) ProtoMessage ¶
func (*File) ProtoMessage()
type SnapshotRef ¶
type SnapshotRef struct {
Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
Snapshot as it is stored into database.
func (*SnapshotRef) ProtoMessage ¶
func (*SnapshotRef) ProtoMessage()
func (*SnapshotRef) Reset ¶
func (m *SnapshotRef) Reset()
func (*SnapshotRef) String ¶
func (m *SnapshotRef) String() string
Click to show internal directories.
Click to hide internal directories.