added
test
This commit is contained in:
parent
759bd8af27
commit
92e8bed70e
7
event/event_test.go
Normal file
7
event/event_test.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package event
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestDefault(t *testing.T) {
|
||||
t.Log("aaa")
|
||||
}
|
|
@ -7,16 +7,6 @@ import (
|
|||
)
|
||||
|
||||
|
||||
type DiscoveryServerImpl struct {
|
||||
|
||||
}
|
||||
|
||||
func (d *DiscoveryServerImpl)Event(c context.Context,de *gt.DiscoveryEvent) (*gt.Empty, error) {
|
||||
|
||||
et := >.Empty{}
|
||||
|
||||
return et, nil
|
||||
}
|
||||
|
||||
type TaskResultServerImpl struct {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user