Setup implements upstream.Handler.
(context.Context)
| 65 | |
| 66 | // Setup implements upstream.Handler. |
| 67 | func (h *Handler) Setup(context.Context) error { |
| 68 | return nil |
| 69 | } |
| 70 | |
| 71 | // ConnectGateway implements upstream.Handler. |
| 72 | func (h *Handler) ConnectGateway(ctx context.Context, ids *ttnpb.GatewayIdentifiers, conn *io.Connection) error { |