Skip to content

Commit

Permalink
Merge pull request #27 from trimble-oss/add_broadcast
Browse files Browse the repository at this point in the history
Add IsBroadcast
  • Loading branch information
meghan-bailey authored Jan 23, 2025
2 parents cd0116b + 6350fd4 commit 512e015
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ type ConfigContext struct {
}

type ChatMsg struct {
ChatId *string
Name *string //plugin name
KernelId *string
Query *[]string
Response *string
ChatId *string
Name *string //plugin name
KernelId *string
IsBroadcast bool
Query *[]string
Response *string
}

func Init(properties *map[string]interface{},
Expand Down

0 comments on commit 512e015

Please sign in to comment.