Merge #57
57: Make auth clonable r=jowax a=jowax Co-authored-by: Joel Wachsler <JoelWachsler@users.noreply.github.com>
This commit is contained in:
commit
6e3d1715ee
|
@ -67,7 +67,7 @@ pub fn generate_skeleton(ident: &syn::Ident) -> proc_macro2::TokenStream {
|
||||||
|
|
||||||
type Result<T> = std::result::Result<T, Error>;
|
type Result<T> = std::result::Result<T, Error>;
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct #auth {
|
pub struct #auth {
|
||||||
auth_cookie: String,
|
auth_cookie: String,
|
||||||
base_url: String,
|
base_url: String,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user