package version

import "github.com/docker/docker/pkg/version"

Index

Types

type Version

type Version string

Version provides utility methods for comparing versions.

func (Version) Equal

func (v Version) Equal(other Version) bool

Equal checks if a version is equal to another

func (Version) GreaterThan

func (v Version) GreaterThan(other Version) bool

GreaterThan checks if a version is greater than another one

func (Version) GreaterThanOrEqualTo

func (v Version) GreaterThanOrEqualTo(other Version) bool

GreaterThanOrEqualTo checks ia version is greater than or equal to another

func (Version) LessThan

func (v Version) LessThan(other Version) bool

LessThan checks if a version is less than another version

func (Version) LessThanOrEqualTo

func (v Version) LessThanOrEqualTo(other Version) bool

LessThanOrEqualTo checks if a version is less than or equal to another

Source Files

version.go

Version
v1.6.1
Published
May 7, 2015
Platform
js/wasm
Imports
2 packages
Last checked
31 minutes ago

Tools for package owners.