package
3.6.8+incompatible
Repository: https://github.com/opencord/voltha-go.git
Documentation: pkg.go.dev
# Functions
CreateDataPathID creates uint64 pathid from string pathid.
CreateDeviceID produces a device ID.
CreateLogicalDeviceID produces a logical device ID.
CreateLogicalPortID produces a random port ID for a logical device.
Fake a completed response.
No description provided by the author
GetHostName returns host name.
No description provided by the author
NewRequestQueue creates a new request queue.
NewResponse -.
No description provided by the author
WaitForNilOrErrorResponses waits on a variadic number of channels for either a nil response or an error response.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
DeviceID represent device id attribute.
LogicalDeviceID rpresent logical device id attribute.
RequestQueue represents a request processing queue where each request is processed to completion before another request is given the green light to proceed.
Response -.
# Type aliases
ResponseCallback is the function signature for callbacks to execute after a response is received.