Documentation ¶
Overview ¶
Package registry contains a registry of callbacks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
M is the map type.
func (*Registry) Add ¶
Add adds the given interface and returns a new and unique box that identifies it.
func (*Registry) Each ¶
func (r *Registry) Each(f func(interface{}, interface{}))
Each iterates over the map.
Click to show internal directories.
Click to hide internal directories.