Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/go-1.x
  • renovate/git.autistici.org-ai3-go-common-digest
  • master default protected
  • renovate/golang-1.x
4 results

types.go

Blame
    • ale's avatar
      902b949c
      Small refactor to the key structure · 902b949c
      ale authored
      Make 'app_key' into a proper secondary key, completely independent
      from the main shard/type/resource_id key, providing a hash map for
      each type/resource_id combination.
      
      The Get() call semantics are extended to support scanning the app_key
      space when passing an empty 'app_key' attribute.
      
      Keys in the API are now explicit, not represented as strings (the
      string encoding no longer has any usage except debugging).
      902b949c
      History
      Small refactor to the key structure
      ale authored
      Make 'app_key' into a proper secondary key, completely independent
      from the main shard/type/resource_id key, providing a hash map for
      each type/resource_id combination.
      
      The Get() call semantics are extended to support scanning the app_key
      space when passing an empty 'app_key' attribute.
      
      Keys in the API are now explicit, not represented as strings (the
      string encoding no longer has any usage except debugging).