docs: clarify separate providers decision; fix invocations 501 stub
This commit is contained in:
@@ -12,5 +12,5 @@ import "net/http"
|
||||
// Пока не реализовано: SaveInvocation не вызывается нигде в коде.
|
||||
// Возвращает 501 чтобы клиент знал что фича не реализована, а не просто нет данных.
|
||||
func (h *Handler) ListInvocations(w http.ResponseWriter, r *http.Request) {
|
||||
writeJSON(w, http.StatusNotImplemented, errResp("invocation history not implemented yet"))
|
||||
writeJSON(w, http.StatusNotImplemented, errResp("invocation history not implemented yet"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user