Skip to content

Commit 6f23391

Browse files
authored
Implementing String method
1 parent 1b1d309 commit 6f23391

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mqtt.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,8 @@ func (out *mqttOutput) Publish(
131131

132132
return nil
133133
}
134+
135+
136+
func (out *mqttOutput) String() string {
137+
return "MQTT"
138+
}

0 commit comments

Comments
 (0)