Documentation ¶
Index ¶
Constants ¶
View Source
const (
ModuleName = "grid"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) HandleBlock ¶
func (*Module) HandleMessage ¶
func (*Module) WithCache ¶
func (m *Module) WithCache(cache RouteCache[string, int64]) *Module
type RouteCache ¶
type RouteCache[K, V comparable] interface{ UpdateCacheValue(K, V) bool }
Click to show internal directories.
Click to hide internal directories.