summaryrefslogtreecommitdiff
path: root/models/models.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-10-03 20:42:36 +0300
committerGrail Finder <wohilas@gmail.com>2025-10-03 20:42:36 +0300
commitdc183e3692711e566226bbe2e462498ca9762687 (patch)
tree5f3c7efc7692c67f8cde15e20ad979cdd68c615c /models/models.go
parent448cb97074bb471bc2c9e0848ecbd005e994c3a6 (diff)
Chore: solving TODOs
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go5
1 files changed, 0 insertions, 5 deletions
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"`