All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.block.ftl.v1.ftl.proto Maven / Gradle / Ivy

There is a newer version: 0.397.2
Show newest version
syntax = "proto3";

package xyz.block.ftl.v1;

option go_package = "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1;ftlv1";
option java_multiple_files = true;

message PingRequest {}
message PingResponse {
  // If present, the service is not ready to accept requests and this is the
  // reason.
  optional string not_ready = 1;
}

message Metadata {
  message Pair {
    string key = 1;
    string value = 2;
  }
  repeated Pair values = 1;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy