mirror of
https://github.com/mii443/prometheus-android-exporter.git
synced 2025-08-22 15:15:35 +00:00
generate protobuf code in kotlin
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package protogen;
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.protogen;
|
||||
|
||||
message WriteRequest {
|
||||
repeated TimeSeries timeseries = 1;
|
||||
|
Reference in New Issue
Block a user