Skip to content

Commit

Permalink
Amending the name
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Dec 22, 2023
1 parent 548aeff commit 5043504
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 @@ -3,8 +3,8 @@ package special
import "github.com/ystv/streamer/common/transporter/server"

type (
// InitiationTransport allows for both the server type and the version to be communicated to the server
InitiationTransport struct {
// 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
// Version is the string of the version
Expand Down

0 comments on commit 5043504

Please sign in to comment.