| 65 | } |
| 66 | |
| 67 | type Option interface { |
| 68 | apply(fo *flowContext) |
| 69 | } |
| 70 | |
| 71 | // WithSSHPublicKey sets the SSH public key used in the request. |
| 72 | func WithSSHPublicKey(key ssh.PublicKey) Option { |
no outgoing calls
no test coverage detected
searching dependent graphs…