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 d5ab8ea commit b88f816
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/controlplane/eventmanager/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ type ConnectionRequestAttr struct {
SrcService string
DstService string
Direction Direction
OtherPeer string //Optional: Would not be set if its an outgoing connection
OtherPeer string //Optional: Would not be set if its an outgoing connection
}

type ConnectionRequestResp struct {
Action Action
Action Action
TargetPeer string
BitRate int // Mbps
BitRate int // Mbps
}

type ConnectionStatusAttr struct {
Expand All @@ -93,7 +93,7 @@ type NewRemoteServiceAttr struct {

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 b88f816

Please sign in to comment.