probo/cmd/filter/message.go

14 lines
140 B
Go
Raw Permalink Normal View History

2024-04-24 09:29:01 +02:00
package filter
type storeLoadedMsg struct {
store []any
}
type resultMsg struct {
result []any
}
type errorMsg struct {
error error
}