diff --git a/server/handlers.go b/server/handlers.go index 79f3098..be0d1da 100644 --- a/server/handlers.go +++ b/server/handlers.go @@ -24,12 +24,6 @@ const ( ERROR = "error" ) -type NewSchemaRequest struct { - Topic string `json:"topic"` - Schema string `json:"schema"` - SchemaType string `json:"schema_type"` -} - type CustomResponse struct { Code int `json:"code"` Message string `json:"message"`