package
0.0.0-20240830100319-c763a0e8a619
Repository: https://github.com/panicmaker/gopractice.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
GetGroup returns the named group previously created with NewGroup, or nil if there is no such group.
NewGroup create a new instance of Group.
No description provided by the author
# Interfaces
Getter loads data for a key.
PeerGetter is the interface that must be implemented by a peer.
PeerPicker is the interface that must be implemented to locate the peer that owns a specific key.
# Type aliases
GetterFunc implements Getter with a function.