Add replica logging

This commit is contained in:
Ben Johnson
2021-06-06 08:02:48 -06:00
parent 8fb9c910f0
commit 8b70e3d8a8
3 changed files with 11 additions and 10 deletions

View File

@@ -18,8 +18,6 @@ import (
"golang.org/x/crypto/ssh"
)
// TODO(sftp): Add public key support
// ReplicaClientType is the client type for this package.
const ReplicaClientType = "sftp"