DE-1338 | removing schema registry dependency - V

This commit is contained in:
Rashmin Patel
2024-08-12 12:44:34 +05:30
parent b80d560b57
commit af4ad09728

View File

@@ -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"`