Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvatarHash ¶
type AvatarHash struct {
// contains filtered or unexported fields
}
func NewAvatarHash ¶
func NewAvatarHash() *AvatarHash
func (*AvatarHash) ID ¶
func (c *AvatarHash) ID(email string) int
type RelativeCacheKeys ¶
type RelativeCacheKeys[PrimaryKey, SecondStageKey comparable] struct { // contains filtered or unexported fields }
func NewRelativeCacheKeys ¶
func NewRelativeCacheKeys[PrimaryKey, SecondStageKey comparable]() *RelativeCacheKeys[PrimaryKey, SecondStageKey]
func (*RelativeCacheKeys[PrimaryKey, SecondStageKey]) Append ¶
func (c *RelativeCacheKeys[PrimaryKey, SecondStageKey]) Append(key PrimaryKey, second SecondStageKey)
func (*RelativeCacheKeys[PrimaryKey, SecondStageKey]) Delete ¶
func (c *RelativeCacheKeys[PrimaryKey, SecondStageKey]) Delete(key PrimaryKey, fn func(second SecondStageKey))
Click to show internal directories.
Click to hide internal directories.