Documentation
¶
Index ¶
Constants ¶
View Source
const Current = V87
Variables ¶
Functions ¶
This section is empty.
Types ¶
type APIVersion ¶
type APIVersion string
const ( V87 APIVersion = "8.7" V88 APIVersion = "8.8" )
func Normalize ¶
func Normalize(s string) (APIVersion, error)
func Supported ¶
func Supported() []APIVersion
type Base ¶
type Base interface {
Capabilities(ctx context.Context) Capabilities
}
type Capabilities ¶
type Capabilities struct {
APIVersion APIVersion
}
Click to show internal directories.
Click to hide internal directories.