lib_version

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2023 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LibVersion

type LibVersion struct {
	Versions  map[string]string   `json:"versions,omitempty"`
	Libraries map[string]Library  `json:"libraries,omitempty"`
	Bundles   map[string][]string `json:"bundles,omitempty"`
	Plugins   map[string]Plugin   `json:"plugins,omitempty"`
}

type Library

type Library struct {
	Module  string  `json:"module,omitempty"`
	Version Version `json:"version,omitempty"`
}

type Plugin

type Plugin struct {
	ID      string `json:"id,omitempty"`
	Version string `json:"version,omitempty"`
}

type Version

type Version struct {
	Ref string `json:"ref,omitempty"`
}

Jump to

Keyboard shortcuts

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