Skip to main content

gitv_tui/auth/
token.rs

1#[derive(Clone, Debug)]
2pub struct Token(pub String);