mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-22 05:46:30 +03:00
Refactor admin socket, export request/response structs, remove types package
This commit is contained in:
5
src/admin/error.go
Normal file
5
src/admin/error.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package admin
|
||||
|
||||
type ErrorResponse struct {
|
||||
Error string `json:"error"`
|
||||
}
|
||||
Reference in New Issue
Block a user