package versions
import "github.com/ory/dockertest/v3/docker/types/versions"
Index ¶
- func Equal(v, other string) bool
- func GreaterThan(v, other string) bool
- func GreaterThanOrEqualTo(v, other string) bool
- func LessThan(v, other string) bool
- func LessThanOrEqualTo(v, other string) bool
Functions ¶
func Equal ¶
Equal checks if a version is equal to another
func GreaterThan ¶
GreaterThan checks if a version is greater than another
func GreaterThanOrEqualTo ¶
GreaterThanOrEqualTo checks if a version is greater than or equal to another
func LessThan ¶
LessThan checks if a version is less than another
func LessThanOrEqualTo ¶
LessThanOrEqualTo checks if a version is less than or equal to another
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
docker/types/versions/v1p19 | Package v1p19 provides specific API types for the API version 1, patch 19. |
docker/types/versions/v1p20 | Package 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.