mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
fix net.udp.server type return value
This commit is contained in:
@@ -78,7 +78,7 @@ func (us *UDPServer) Id() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (us *UDPServer) Type() string {
|
func (us *UDPServer) Type() string {
|
||||||
return us.config.Id
|
return us.config.Type
|
||||||
}
|
}
|
||||||
|
|
||||||
func (us *UDPServer) Start(ctx context.Context) error {
|
func (us *UDPServer) Start(ctx context.Context) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user