Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExecutionService ¶
func NewResponseService ¶
NewResponseService returns netmap service instance that passes internal service call to response service.
func NewSignService ¶
Types ¶
type NetworkInfo ¶ added in v0.16.0
type NetworkInfo interface {
// Must return recent network information.
// in NeoFS API v2 NetworkInfo structure.
Dump() (*netmap.NetworkInfo, error)
}
NetworkInfo encapsulates source of the recent information about the NeoFS network.
Click to show internal directories.
Click to hide internal directories.