Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrVolumeNotFound = errors.New("volume not found") ErrBucketNotFound = errors.New("bucket not found") ErrVolumeIsntManaged = errors.New("volume isn't managed") ErrBucketIsntManaged = errors.New("bucket isn't managed") ErrSnapshotNotFound = errors.New("snapshot not found") ErrSnapshotIsntManaged = errors.New("snapshot isn't managed") )
Functions ¶
func ConvertInternalErrorToGRPC ¶ added in v0.4.0
func DeleteSliceElement ¶
func DeleteSliceElement[E comparable](s []E, elem E) []E
func Int64ToUint64 ¶
Int64ToUint64 converts an int64 to an uint64 and returns an error if the value is negative.
func Uint64ToInt64 ¶
Uint64ToInt64 converts a uint64 to an int64 and returns an error if the value is out of range.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.