Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrExceededLimit ¶
type ErrExceededLimit struct {
Limit uint64
}
func (ErrExceededLimit) Error ¶
func (e ErrExceededLimit) Error() string
type LimitStore ¶
type LimitStore struct { Storage // contains filtered or unexported fields }
func NewLimitStore ¶
func NewLimitStore(storage Storage, limit uint64) *LimitStore
type Storage ¶
type Storage interface { storage.ReadableStorage storage.WritableStorage storage.StreamingReadableStorage }
Click to show internal directories.
Click to hide internal directories.