Skip to content

Commit

Permalink
add latest_self_assigned_image
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed Feb 13, 2024
1 parent 915d068 commit 37d5160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solar_client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ pub trait SolarClient {

async fn latest_image(&self, pub_key: &str) -> (String, String);

async fn latest_self_image(&self, pub_key: &str) -> String;

async fn ping(&self) -> String;

async fn whoami(&self) -> String;
Expand Down

0 comments on commit 37d5160

Please sign in to comment.