Skip to content

Commit

Permalink
Fix Flags field typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsillydog committed Jan 13, 2025
1 parent 97a27da commit cd6ccd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/types/callbacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type MessageData struct {
CustomMessage *protobufs.CustomMessage

// Flags contains any flags sent by the server.
Flags protobufs.AgentToServerFlags
Flags protobufs.ServerToAgentFlags
}

// Callbacks contains functions that are executed when the client encounters
Expand Down

0 comments on commit cd6ccd7

Please sign in to comment.