Changeset 0.35.0 (#209)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
@@ -559,6 +559,11 @@ type ChannelStore interface {
|
||||
|
||||
// MergeSettings merges a JSON object into the channel's settings column.
|
||||
MergeSettings(ctx context.Context, channelID string, settingsJSON json.RawMessage) error
|
||||
|
||||
// ── Monitoring (v0.35.0) ──
|
||||
|
||||
// ListByType returns all channels of a given type (e.g. "workflow").
|
||||
ListByType(ctx context.Context, channelType string) ([]models.Channel, error)
|
||||
}
|
||||
|
||||
// ChannelListFilter holds filter options for ChannelStore.ListFiltered.
|
||||
|
||||
Reference in New Issue
Block a user