diff --git a/standardricochetservice.go b/standardricochetservice.go index 3c51d3c..71f88b9 100644 --- a/standardricochetservice.go +++ b/standardricochetservice.go @@ -180,3 +180,9 @@ func (srs *StandardRicochetService) OnBadUsageError(oc *OpenConnection, channelI func (srs *StandardRicochetService) OnFailedError(oc *OpenConnection, channelID int32) { oc.RejectOpenChannel(channelID, "FailedError") } + +// Getters + +func (srs *StandardRicochetService) GetServerHostname() string { + return srs.serverHostname +} \ No newline at end of file