package stwbremen type Result[T any] struct { Code uint16 `json:"code"` Status string `json:"status"` Result T `json:"result"` }