var v3_4_31 …
var v3_5_0 …
var v3_5_13 …
var DefaultFeatureSupportChecker …
type FeatureSupportChecker …
type defaultFeatureSupportChecker …
func newDefaultFeatureSupportChecker() *defaultFeatureSupportChecker { … }
func (f *defaultFeatureSupportChecker) Supports(feature storage.Feature) bool { … }
func (f *defaultFeatureSupportChecker) CheckClient(ctx context.Context, c client, feature storage.Feature) { … }
func (f *defaultFeatureSupportChecker) checkClient(ctx context.Context, c client) { … }
func (f *defaultFeatureSupportChecker) clientSupportsRequestWatchProgress(ctx context.Context, c client, ep string) error { … }
type client …
func endpointSupportsRequestWatchProgress(ctx context.Context, c client, endpoint string) (bool, error) { … }