mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
age-plugin: Fix bugs in README
This commit is contained in:
parent
e9d474a357
commit
a26b7eaf73
1 changed files with 3 additions and 3 deletions
|
@ -120,7 +120,7 @@ impl IdentityPluginV1 for IdentityPlugin {
|
|||
index: usize,
|
||||
plugin_name: &str,
|
||||
bytes: &[u8]
|
||||
) -> Result<(), identityw::Error> {
|
||||
) -> Result<(), identity::Error> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
|
@ -149,8 +149,8 @@ fn main() -> io::Result<()> {
|
|||
// The plugin was started by an age client; run the state machine.
|
||||
run_state_machine(
|
||||
&state_machine,
|
||||
|| RecipientPlugin,
|
||||
|| IdentityPlugin,
|
||||
Some(|| RecipientPlugin),
|
||||
Some(|| IdentityPlugin),
|
||||
)?;
|
||||
return Ok(());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue