9 lines
105 B
Go
9 lines
105 B
Go
package notmuch
|
|
|
|
type eventType interface{}
|
|
|
|
type event struct{}
|
|
|
|
type updateDirCounts struct {
|
|
event
|
|
}
|