package versions

import "github.com/docker/docker/api/types/versions"

Index

Functions

func Equal

func Equal(v, other string) bool

Equal checks if a version is equal to another

func GreaterThan

func GreaterThan(v, other string) bool

GreaterThan checks if a version is greater than another

func GreaterThanOrEqualTo

func GreaterThanOrEqualTo(v, other string) bool

GreaterThanOrEqualTo checks if a version is greater than or equal to another

func LessThan

func LessThan(v, other string) bool

LessThan checks if a version is less than another

func LessThanOrEqualTo

func LessThanOrEqualTo(v, other string) bool

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

Source Files

compare.go

Directories

PathSynopsis
api/types/versions/v1p19Package v1p19 provides specific API types for the API version 1, patch 19.
api/types/versions/v1p20Package v1p20 provides specific API types for the API version 1, patch 20.
Version
v1.13.0-rc6
Published
Jan 11, 2017
Platform
js/wasm
Imports
2 packages
Last checked
5 minutes ago

Tools for package owners.