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

func (Version) GreaterThanOrEqualTo

func (v Version) GreaterThanOrEqualTo(other Version) bool

GreaterThanOrEqualTo checks if a 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

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.9.0-rc3
Published
Oct 28, 2015
Platform
js/wasm
Imports
2 packages
Last checked
35 minutes ago

Tools for package owners.