Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuther ¶
func NewAuther(ctx context.Context, keyStore *SshKeyStore) *auther
Types ¶
type SshKeyStore ¶
type SshKeyStore struct {
// contains filtered or unexported fields
}
func NewSshKeyStore ¶
func NewSshKeyStore(ctx context.Context, dbDir string) (*SshKeyStore, error)
func (*SshKeyStore) AddFromFile ¶
func (*SshKeyStore) Close ¶
func (s *SshKeyStore) Close() error
type SshRunner ¶
type SshRunner struct { Ctx context.Context Cfg engine.Config FlagFile string DbDir string ResourceDir string Debug bool SrvKeyFile string Host string Port uint // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.