Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkIDAllocator ¶
type NetworkIDAllocator struct{}
func (*NetworkIDAllocator) AllocateNetworkID ¶
func (n *NetworkIDAllocator) AllocateNetworkID(ctx restate.ObjectContext, name string) (uint64, error)
func (*NetworkIDAllocator) Deallocate ¶
func (n *NetworkIDAllocator) Deallocate(ctx restate.ObjectContext, name string) error
func (*NetworkIDAllocator) Initialize ¶
func (n *NetworkIDAllocator) Initialize(ctx restate.ObjectContext, firstNetworkID uint64) error
Click to show internal directories.
Click to hide internal directories.