Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrProxyOversizedBlob = fmt.Errorf("encoded blob is larger than max blob size")
)
Functions ¶
func Contains ¶ added in v1.6.0
func Contains[P comparable](s []P, e P) bool
func ContainsDuplicates ¶ added in v1.6.0
func ContainsDuplicates[P comparable](s []P) bool
func ParseBytesAmount ¶
Types ¶
type BackendType ¶ added in v1.6.0
type BackendType uint8
BackendType ... Storage backend type
const ( EigenDABackendType BackendType = iota MemoryBackendType S3BackendType RedisBackendType UnknownBackendType )
func StringToBackendType ¶ added in v1.6.0
func StringToBackendType(s string) BackendType
func (BackendType) String ¶ added in v1.6.0
func (b BackendType) String() string
type GeneratedKeyStore ¶ added in v1.6.0
type PrecomputedKeyStore ¶ added in v1.6.0
Click to show internal directories.
Click to hide internal directories.