models

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2024 License: MIT Imports: 1 Imported by: 0

README

models

type Backup
type Backup interface {
	Metadata() Metadata
	Format() string
	Path() string
}
type Metadata
type Metadata interface {
	Type() string
	Timestamp() time.Time
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backup

type Backup interface {
	Metadata() Metadata
	Format() string
	Path() string
}

type Metadata

type Metadata interface {
	Type() string
	Timestamp() time.Time
}

Jump to

Keyboard shortcuts

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