Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ScyllaVersion ¶
type ScyllaVersion struct {
// contains filtered or unexported fields
}
ScyllaVersion contains the version of a cluster with unkown version support
func NewScyllaVersion ¶
func NewScyllaVersion(v string) ScyllaVersion
func (ScyllaVersion) SupportFeatureSafe ¶
func (sv ScyllaVersion) SupportFeatureSafe(featureVersion semver.Version) bool
SupportFeatureSafe return true if a feature is supported (and always false if the version is unknown)
func (ScyllaVersion) SupportFeatureUnsafe ¶
func (sv ScyllaVersion) SupportFeatureUnsafe(featureVersion semver.Version) bool
SupportFeatureUnsafe return true if a feature is supported (and always true if the version is unknown)
Click to show internal directories.
Click to hide internal directories.