datapod

package
v0.0.0-...-6333696 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DirMetaVersion uint8 = 1
)
View Source
var (
	FileMetaVersion uint8 = 1
)

Functions

This section is empty.

Types

type DirectoryMetaData

type DirectoryMetaData struct {
	Version          uint8
	Path             string
	Name             string
	CreationTime     int64
	AccessTime       int64
	ModificationTime int64
}

type FileMetaData

type FileMetaData struct {
	Version          uint8
	Path             string
	Name             string
	FileSize         uint64
	BlockSize        uint32
	ContentType      string
	Compression      string
	CreationTime     int64
	AccessTime       int64
	ModificationTime int64
	MetaReference    []byte
	InodeAddress     []byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL