overflow_discovery/rpc/notify/notify_handler.go
crusader 3037d18a5f ing
2017-11-23 18:34:07 +09:00

8 lines
118 B
Go

package notify
import "git.loafle.net/commons_go/rpc/notify"
type NotifyHandler interface {
notify.NotifyHandler
}