mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-15 22:08:23 +00:00
api: Refactor api/request_log.proto to streams/api_requests.proto.
This commit is contained in:
2
api/python/Makefile
vendored
2
api/python/Makefile
vendored
@ -36,7 +36,6 @@ api:
|
||||
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/api/device.proto
|
||||
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/api/gateway.proto
|
||||
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/api/multicast_group.proto
|
||||
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/api/request_log.proto
|
||||
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/api/relay.proto
|
||||
|
||||
integration:
|
||||
@ -45,3 +44,4 @@ integration:
|
||||
streams:
|
||||
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/streams/meta.proto
|
||||
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/streams/frames.proto
|
||||
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/streams/api_requests.proto
|
Reference in New Issue
Block a user