mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor: switch router to gin
This commit is contained in:
@@ -5,6 +5,10 @@ type CreateRequest struct {
|
||||
Name string
|
||||
}
|
||||
|
||||
type GetRequest struct {
|
||||
Name string
|
||||
}
|
||||
|
||||
// RemoveRequest is the JSON request for Remove
|
||||
type RemoveRequest struct {
|
||||
Name string
|
||||
|
||||
Reference in New Issue
Block a user