I hereby claim:
- I am greazleay on github.
- I am greazleay (https://keybase.io/greazleay) on keybase.
- I have a public key whose fingerprint is 8C40 8907 25DD EC73 A4F9 FC4C 1AEA CB98 AC81 03C9
To claim this, I am signing this object:
package rest | |
import ( | |
"fmt" | |
"time" | |
"github.com/go-resty/resty/v2" | |
) | |
type HttpRequest struct { |
use std::{any::Any, hash::Hash, sync::Arc, time::Duration}; | |
use retainer::Cache; | |
#[derive(Clone)] | |
pub struct AppCache { | |
cache: Arc<Cache<String, Box<dyn Any + Send + Sync>>>, | |
} | |
impl AppCache { |
I hereby claim:
To claim this, I am signing this object: