nodata/proto/nodata/v1/nodata_storage.proto
kjuulh a91846398c
feat: add prometheus and protobuf messages
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-10 13:42:19 +01:00

8 lines
87 B
Protocol Buffer

syntax = "proto3";
package nodata.v1;
message Log {
repeated bytes messages = 1;
}