api: Add BackendInterfacesRequest stream message.

This commit is contained in:
Orne Brocaar
2023-11-02 08:36:57 +00:00
parent 36e6d5ccb9
commit 6931e9adb5
17 changed files with 1502 additions and 0 deletions

1
api/python/Makefile vendored
View File

@ -45,3 +45,4 @@ stream:
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/stream/meta.proto
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/stream/frame.proto
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/stream/api_request.proto
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/stream/backend_interfaces.proto