common

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Overview

Package common provides common data structures used in hashR.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extraction

type Extraction struct {
	SourceID     string
	RepoName     string
	BaseDir      string
	Path         string
	SourceSHA256 string
}

Extraction contains information about image_export.py extraction.

type Sample

type Sample struct {
	Sha256 string   `json:"sha256"`
	Paths  []string `json:"paths"`
	Upload bool     `json:"Upload"`
}

Sample represent single file extracted from a given source.

Jump to

Keyboard shortcuts

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