Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicManager ¶
type AtomicManager struct {
// contains filtered or unexported fields
}
func NewAtomicManager ¶
func NewAtomicManager() *AtomicManager
func (*AtomicManager) Set ¶
func (i *AtomicManager) Set(update Update)
func (*AtomicManager) Update ¶
func (i *AtomicManager) Update(update Update)
type SimpleManager ¶
type SimpleManager struct {
// contains filtered or unexported fields
}
func NewSimpleManager ¶
func NewSimpleManager() *SimpleManager
func (*SimpleManager) Set ¶
func (i *SimpleManager) Set(update Update)
func (*SimpleManager) Update ¶
func (i *SimpleManager) Update(update Update)
Click to show internal directories.
Click to hide internal directories.