vparser

package
v0.0.0-...-633321c Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: GPL-3.0, MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LanguageInfo

type LanguageInfo struct {
	Name    string
	Version string
}

type OSInfo

type OSInfo struct {
	Os           string
	Architecture string
}

type ParsedInfo

type ParsedInfo struct {
	Name     string
	Label    string
	Version  Version
	Os       OSInfo
	Language LanguageInfo
}

func ParseVersionString

func ParseVersionString(input string) *ParsedInfo

func (*ParsedInfo) String

func (p *ParsedInfo) String() string

type Version

type Version struct {
	Major int
	Minor int
	Patch int
	Tag   string
	Build string
	Date  string
	Error bool
}

Jump to

Keyboard shortcuts

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