(packetForwardAddress statute.PacketForwardAddress)
| 131 | } |
| 132 | |
| 133 | func WithPacketForwardAddress(packetForwardAddress statute.PacketForwardAddress) ServerOption { |
| 134 | return func(s *Server) { |
| 135 | s.PacketForwardAddress = packetForwardAddress |
| 136 | } |
| 137 | } |
| 138 | |
| 139 | func WithContext(ctx context.Context) ServerOption { |
| 140 | return func(s *Server) { |
nothing calls this directly
no outgoing calls
no test coverage detected