(cert string)
| 65 | } |
| 66 | |
| 67 | func WithCert(cert string) NodeOption { |
| 68 | return func(node *baseNode) { |
| 69 | node.cert = cert |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | func WithCertKey(certKey string) NodeOption { |
| 74 | return func(node *baseNode) { |
no outgoing calls
no test coverage detected
searching dependent graphs…