Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DiscoverRequest ¶
type NvmeDiscPageEntry ¶
type NvmeDiscPageEntry struct { PortID uint16 CntlID uint16 TrsvcID uint16 Subnqn string Traddr string SubType nvme.SubsystemType }
NvmeDiscPageEntry struct represent discovery log page that will be returned from discover method
type TCPClient ¶
type TCPClient interface { Stop() error Discover(discoverRequest *DiscoverRequest) ([]*NvmeDiscPageEntry, error) AENChan() <-chan interface{} KAChan() chan interface{} }
TCPClient tcp based client API
Click to show internal directories.
Click to hide internal directories.