mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 17:45:35 +00:00
update api version with new implementation
This commit is contained in:
parent
47f58f800d
commit
93985095a5
14 changed files with 221 additions and 178 deletions
6
src/client/response/meta/status/error.rs
Normal file
6
src/client/response/meta/status/error.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
Decode,
|
||||
Protocol,
|
||||
Undefined,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue