Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,6 @@ type CommandResponseRequest struct {
// CommandResponseResponse is the response message associated with a CommandResponse call.
type CommandResponseResponse struct{}

type ClientInfo struct {
Identifier string `json:"identifier"`
Version string `json:"version"`
OS string `json:"os"`
Architecture string `json:"architecture"`
}

// ReauthenticateRequest is the request sent for a Reauthenticate request.
type ReauthenticateRequest struct {
// Add fields as needed
Expand Down
Loading