package versions

import "github.com/ory/dockertest/v3/docker/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
docker/types/versions/v1p19Package v1p19 provides specific API types for the API version 1, patch 19.
docker/types/versions/v1p20Package v1p20 provides specific API types for the API version 1, patch 20.
Version
v3.6.4
Published
Apr 27, 2021
Platform
linux/amd64
Imports
2 packages
Last checked
14 hours ago

Tools for package owners.