summaryrefslogtreecommitdiff
path: root/src/token/event.rs
blob: 51b74d7671cfcc564e517f72201fb84c4d827f9a (plain)
1
2
3
4
5
6
use crate::token;

#[derive(Clone, Debug)]
pub enum Event {
    Revoked(token::Id),
}