(caCert string)
| 59 | } |
| 60 | |
| 61 | func WithCACert(caCert string) NodeOption { |
| 62 | return func(node *baseNode) { |
| 63 | node.caCert = caCert |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | func WithCert(cert string) NodeOption { |
| 68 | return func(node *baseNode) { |
no outgoing calls
no test coverage detected
searching dependent graphs…