mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-13 04:58:09 +00:00
Add gateway metadata tab and make naming consistent.
This commit is contained in:
@ -85,8 +85,8 @@ message Gateway {
|
||||
// Tags.
|
||||
map<string, string> tags = 6;
|
||||
|
||||
// Properties (provided by the gateway).
|
||||
map<string, string> properties = 7;
|
||||
// Metadata (provided by the gateway).
|
||||
map<string, string> metadata = 7;
|
||||
}
|
||||
|
||||
message GatewayListItem {
|
||||
|
@ -5,7 +5,7 @@ package api;
|
||||
option go_package = "github.com/chirpstack/chirpstack/api/go/v4/api";
|
||||
option java_package = "io.chirpstack.api";
|
||||
option java_multiple_files = true;
|
||||
option java_outer_classname = "InternalProto";
|
||||
option java_outer_classname = "TenantProto";
|
||||
|
||||
import "google/api/annotations.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
Reference in New Issue
Block a user