Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NameHash ¶
type NameHash struct {
// contains filtered or unexported fields
}
NameHash implements the hashing algorithm used by the account folders and save files.
func NewNameHasher ¶
func NewNameHasher() *NameHash
type NicknameHasher ¶
type NicknameHasher struct {
// contains filtered or unexported fields
}
NicknameHasher implements the hashing algorithm used by item, base, etc. nicknames
func NewHasher ¶
func NewHasher() *NicknameHasher
func (*NicknameHasher) Hash ¶
func (h *NicknameHasher) Hash(name string) HashCode
Click to show internal directories.
Click to hide internal directories.