NodeClient is a client for the Node schema.
| 1549 | |
| 1550 | // NodeClient is a client for the Node schema. |
| 1551 | type NodeClient struct { |
| 1552 | config |
| 1553 | } |
| 1554 | |
| 1555 | // NewNodeClient returns a client for the Node from the given config. |
| 1556 | func NewNodeClient(c config) *NodeClient { |
nothing calls this directly
no outgoing calls
no test coverage detected