()
| 2152 | } |
| 2153 | |
| 2154 | func (x *SetNodeKeyRequest) GetNodeKey() *NodeKey { |
| 2155 | if x != nil { |
| 2156 | return x.NodeKey |
| 2157 | } |
| 2158 | return nil |
| 2159 | } |
| 2160 | |
| 2161 | type SetNodeKeyResponse struct { |
| 2162 | state protoimpl.MessageState |
nothing calls this directly
no outgoing calls
no test coverage detected