coldp

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Vers of the app. Hardcoded version appears only in release builds.
	Vers = "v0.0.0"

	// Build timestamp
	Build string
)

Functions

This section is empty.

Types

type Archive

type Archive interface {
	// Config returns the configuration object of the archive.
	Config() config.Config

	// Meta returns the Meta object of the archive.
	Meta() *meta.Data

	// Load extracts the archive and loads data for Meta.
	Load() error

	// Close cleans up temporary files.
	Close() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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