meta

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package meta implements the functions, types, and interfaces for the module.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlobStorage

type BlobStorage interface {
	Store(content []byte) (string, error)
	Retrieve(hash string) ([]byte, error)
}

type FileMeta

type FileMeta interface {
	CurrentVersion() int32
}

Jump to

Keyboard shortcuts

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