overflow_discovery/rpc/notify/notify_handler.go

8 lines
118 B
Go
Raw Normal View History

2017-11-23 18:34:07 +09:00
package notify
import "git.loafle.net/commons_go/rpc/notify"
type NotifyHandler interface {
notify.NotifyHandler
}