Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareEngineVersions ¶
CompareEngineVersions is a shortcut to compare two engine versions.
Types ¶
type EngineVersion ¶
type EngineVersion []any
EngineVersion represents an AWS RDS engine version.
func ParseEngineVersion ¶
func ParseEngineVersion(raw string) EngineVersion
ParseEngineVersion from a raw string.
func (EngineVersion) Compare ¶
func (v EngineVersion) Compare(other EngineVersion) int
Compare returns a positive value if v is represents a higher version number than other. A negative value is returned if other is higher than v. It returns 0 if both are considered equal.
Click to show internal directories.
Click to hide internal directories.