Files
podman/vendor/github.com/klauspost/compress/internal/le/le.go
Giuseppe Scrivano 2ffb3a19b3 vendor: update c/storage
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2025-03-11 11:03:41 +01:00

6 lines
117 B
Go

package le
type Indexer interface {
int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64
}