Skip to content

Commit

Permalink
Update events.go
Browse files Browse the repository at this point in the history
Signed-off-by: MICHAL MALKA <[email protected]>
  • Loading branch information
michalmalka committed Nov 8, 2023
1 parent 21d8105 commit d5ab8ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/controlplane/eventmanager/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ type ConnectionStatusAttr struct {

type NewRemoteServiceAttr struct {
Service string
Peer string
Peer string
}

type RemoveRemoteServiceAttr struct {
Service string
Peer string
Peer string
}

type NewRemoteServiceResp struct {
Expand All @@ -105,7 +105,7 @@ type ExposeRequestAttr struct {
}

type ExposeRequestResp struct {
Action Action
Action Action
TargetPeers []string
}

Expand Down

0 comments on commit d5ab8ea

Please sign in to comment.