Documentation ¶
Overview ¶
Package hostkeyreporter implements the API facade used by the hostkeyreporter worker.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface {
SetSSHHostKeys(names.MachineTag, state.SSHHostKeys) error
}
Backend defines the State API used by the hostkeyreporter facade.
type Facade ¶
type Facade struct {
// contains filtered or unexported fields
}
Facade implements the API required by the hostkeyreporter worker.
func (*Facade) ReportKeys ¶
func (facade *Facade) ReportKeys(args params.SSHHostKeySet) (params.ErrorResults, error)
ReportKeys sets the SSH host keys for one or more entities.
Click to show internal directories.
Click to hide internal directories.