add proto file

This commit is contained in:
Martin Ptáček
2023-06-01 21:40:47 +02:00
parent c0cdae89ec
commit 30b58c6227
2 changed files with 29 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ data class RemoteWriteConfiguration(
val remote_write_endpoint : String,
)
class RemoteWrite {
class RemoteWrite(config : RemoteWriteConfiguration) {
//TODO implement this thing
}