diff options
author | Grail Finder <wohilas@gmail.com> | 2025-10-03 20:42:36 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-10-03 20:42:36 +0300 |
commit | dc183e3692711e566226bbe2e462498ca9762687 (patch) | |
tree | 5f3c7efc7692c67f8cde15e20ad979cdd68c615c /models/models.go | |
parent | 448cb97074bb471bc2c9e0848ecbd005e994c3a6 (diff) |
Chore: solving TODOs
Diffstat (limited to 'models/models.go')
-rw-r--r-- | models/models.go | 5 |
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"` |