mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +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,
|
index: usize,
|
||||||
plugin_name: &str,
|
plugin_name: &str,
|
||||||
bytes: &[u8]
|
bytes: &[u8]
|
||||||
) -> Result<(), identityw::Error> {
|
) -> Result<(), identity::Error> {
|
||||||
todo!()
|
todo!()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -149,8 +149,8 @@ fn main() -> io::Result<()> {
|
||||||
// The plugin was started by an age client; run the state machine.
|
// The plugin was started by an age client; run the state machine.
|
||||||
run_state_machine(
|
run_state_machine(
|
||||||
&state_machine,
|
&state_machine,
|
||||||
|| RecipientPlugin,
|
Some(|| RecipientPlugin),
|
||||||
|| IdentityPlugin,
|
Some(|| IdentityPlugin),
|
||||||
)?;
|
)?;
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue