You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flotte-user-management/src/server/rpc_methods.rs

5 lines
180 B
Rust

#![allow(dead_code)]
const NULL: [u8; 4] = [0x00, 0x00, 0x00, 0x00];
const VALIDATE_TOKEN: [u8; 4] = [0x56, 0x41, 0x4c, 0x49];
const GET_ROLES: [u8; 4] = [0x52, 0x4f, 0x4c, 0x45];