Versions in this module Expand all Collapse all v0 v0.1.1 Jul 14, 2024 v0.1.0 Jul 13, 2024 Changes in this version + type DefaultKeyGenerator struct + PartitionKey string + func NewKeyGenerator(partitionKey string) *DefaultKeyGenerator + func (g *DefaultKeyGenerator) Key(req *http.Request) (string, error) + type KeyGenerator interface + Key func(req *http.Request) (key string, err error)