glaredb_proto 25.6.3

Protobuf definitions for GlareDB
Documentation
1
2
3
4
5
6
7
syntax = "proto3";

package rayexec.foreign;

message Uuid {
    bytes value = 1;
}