8 lines
118 B
Go
8 lines
118 B
Go
package notify
|
|
|
|
import "git.loafle.net/commons_go/rpc/notify"
|
|
|
|
type NotifyHandler interface {
|
|
notify.NotifyHandler
|
|
}
|