feat: remove stream support

This commit is contained in:
2025-04-20 16:35:47 +02:00
parent fd81030355
commit 245916679a
4 changed files with 34 additions and 98 deletions

View File

@ -31,6 +31,7 @@ const (
STATUS_SUCCESS = 0
STATUS_NOTFOUND = 69
STATUS_INTERNALERR = 129
STATUS_RECEIVED = 1
)
var DATA_FORMATS map[string]string = map[string]string{