feat: function manager refactor is ready

This commit is contained in:
RockYang
2023-12-28 18:14:38 +08:00
parent b1ab9975b7
commit f603bf6be7
13 changed files with 341 additions and 160 deletions

View File

@@ -6,7 +6,6 @@ type Function struct {
Label string
Description string
Parameters string
Required string
Action string
Token string
Enabled bool