From dc183e3692711e566226bbe2e462498ca9762687 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 3 Oct 2025 20:42:36 +0300 Subject: Chore: solving TODOs --- models/models.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'models/models.go') diff --git a/models/models.go b/models/models.go index 69d812b..f0f4130 100644 --- a/models/models.go +++ b/models/models.go @@ -5,11 +5,6 @@ import ( "strings" ) -// type FuncCall struct { -// Name string `json:"name"` -// Args []string `json:"args"` -// } - type FuncCall struct { Name string `json:"name"` Args map[string]string `json:"args"` -- cgit v1.2.3