drmfs

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dump

func Dump(root string, ks keyring.KeySource) (chan DrmFile, error)

Types

type CheckResult

type CheckResult struct {
	Time time.Time `json:"time"`

	Broken       []string `json:"broken"`
	Missing      []string `json:"missing"`
	TotalBroken  int      `json:"total_broken"`
	TotalMissing int      `json:"total_missing"`
	TotalFiles   int      `json:"total_files"`
}

func CheckContents

func CheckContents(list *avsproperty.Node, root string) (*CheckResult, error)

type DrmFile

type DrmFile struct {
	io.Reader
	io.Closer
	Path string
}

type PathObfuscator

type PathObfuscator struct {
	// contains filtered or unexported fields
}

func (*PathObfuscator) Init

func (po *PathObfuscator) Init(contentsCode string)

func (PathObfuscator) Obfuscate

func (po PathObfuscator) Obfuscate(path string) string

Jump to

Keyboard shortcuts

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