types

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() *[]Differ

Types

type Diff

type Diff struct {
	Packages1 []Package  `json:"Packages1"`
	Packages2 []Package  `json:"Packages2"`
	InfoDiff  []InfoDiff `json:"InfoDiff"`
}

type Differ

type Differ struct {
	Image1   string `json:"Image1"`
	Image2   string `json:"Image2"`
	DiffType string `json:"DiffType"`
	Diff     Diff   `json:"Diff"`
}

type Info

type Info struct {
	Version string `json:"Version"`
	Size    int    `json:"Size"`
}

type InfoDiff

type InfoDiff struct {
	Package string `json:"Package"`
	Info1   Info   `json:"Info1"`
	Info2   Info   `json:"Info2"`
}

type Package

type Package struct {
	Name    string `json:"Name"`
	Version string `json:"Version"`
	Size    int    `json:"Size"`
}

Jump to

Keyboard shortcuts

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