Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 19, 2024
1 parent d979b47 commit c58e6ef
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 283 deletions.
11 changes: 0 additions & 11 deletions cmd/echo/README.md

This file was deleted.

97 changes: 0 additions & 97 deletions cmd/echo/main.go

This file was deleted.

5 changes: 0 additions & 5 deletions cmd/forwarder/README.md

This file was deleted.

64 changes: 0 additions & 64 deletions cmd/forwarder/main.go

This file was deleted.

10 changes: 2 additions & 8 deletions cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ func initialMessages() executor.ExecuteOutput {
return fmt.Sprintf("%s %s %s", api.MessageBotNamePlaceholder, pluginName, cmd)
}

return executor.ExecuteOutput{
Message: api.Message{
BaseBody: api.Body{
Plaintext: "Showcases interactive message capabilities",
},
// Define a list of jobs
jobs := []api.OptionItem{
{Name: "Job1", Value: "job1"},
Expand Down Expand Up @@ -89,7 +84,7 @@ func initialMessages() executor.ExecuteOutput {
Command: cmdPrefix("select job"),
OptionGroups: []api.OptionGroup{
{
Name: "Jobs",
Name: "Jobs",
Options: jobs,
},
},
Expand All @@ -107,7 +102,7 @@ func initialMessages() executor.ExecuteOutput {
Command: cmdPrefix("select param"),
OptionGroups: []api.OptionGroup{
{
Name: "Parameters",
Name: "Parameters",
Options: params,
},
},
Expand All @@ -126,7 +121,6 @@ func initialMessages() executor.ExecuteOutput {
},
},
},

OnlyVisibleForYou: true,
ReplaceOriginal: false,
},
Expand Down
11 changes: 0 additions & 11 deletions cmd/ticker/README.md

This file was deleted.

87 changes: 0 additions & 87 deletions cmd/ticker/main.go

This file was deleted.

0 comments on commit c58e6ef

Please sign in to comment.