Skip to content

Commit

Permalink
Adding json tags
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Dec 23, 2023
1 parent 5043504 commit 9980185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/transporter/special/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ type (
// InitiationTransporter allows for both the server type and the version to be communicated to the server
InitiationTransporter struct {
// Server is the server type
Server server.Server
Server server.Server `json:"server"`
// Version is the string of the version
Version string
Version string `json:"version"`
}
)

0 comments on commit 9980185

Please sign in to comment.