-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaliases.go
More file actions
35 lines (25 loc) · 1.11 KB
/
aliases.go
File metadata and controls
35 lines (25 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
package hypeman
import (
"github.com/kernel/hypeman-go/internal/apierror"
"github.com/kernel/hypeman-go/packages/param"
"github.com/kernel/hypeman-go/shared"
)
// aliased to make [param.APIUnion] private when embedding
type paramUnion = param.APIUnion
// aliased to make [param.APIObject] private when embedding
type paramObj = param.APIObject
type Error = apierror.Error
// This is an alias to an internal type.
type SnapshotCompressionConfig = shared.SnapshotCompressionConfig
// Compression algorithm (defaults to zstd when enabled). Ignored when enabled is
// false.
//
// This is an alias to an internal type.
type SnapshotCompressionConfigAlgorithm = shared.SnapshotCompressionConfigAlgorithm
// Equals "zstd"
const SnapshotCompressionConfigAlgorithmZstd = shared.SnapshotCompressionConfigAlgorithmZstd
// Equals "lz4"
const SnapshotCompressionConfigAlgorithmLz4 = shared.SnapshotCompressionConfigAlgorithmLz4
// This is an alias to an internal type.
type SnapshotCompressionConfigParam = shared.SnapshotCompressionConfigParam