Skip to content

Commit

Permalink
remove events package (#225)
Browse files Browse the repository at this point in the history
* moved 'go generate' snippet so that when events is removed admin service mocks are still generated

Signed-off-by: Daniel Rammer <[email protected]>

* removed events package

Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw authored Oct 25, 2021
1 parent 753defd commit b92d933
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 1,254 deletions.
3 changes: 3 additions & 0 deletions flyteidl/clients/go/admin/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ import (
"google.golang.org/grpc/credentials"
)

// IDE "Go Generate File". This will create a mocks/AdminServiceClient.go file
//go:generate mockery -dir ../../../gen/pb-go/flyteidl/service -name AdminServiceClient -output ../admin/mocks

var (
once = sync.Once{}
adminConnection *grpc.ClientConn
Expand Down
111 changes: 0 additions & 111 deletions flyteidl/clients/go/events/admin_eventsink.go

This file was deleted.

68 changes: 0 additions & 68 deletions flyteidl/clients/go/events/admin_eventsink_integration_test.go

This file was deleted.

186 changes: 0 additions & 186 deletions flyteidl/clients/go/events/admin_eventsink_test.go

This file was deleted.

Loading

0 comments on commit b92d933

Please sign in to comment.