11 lines
123 B
Go
11 lines
123 B
Go
//+build notmuch
|
|
|
|
package notmuch
|
|
|
|
type eventType interface{}
|
|
|
|
type event struct{}
|
|
|
|
type updateDirCounts struct {
|
|
event
|
|
}
|