github.com/Big-big-orange/protoreflect@v0.0.0-20240408141420-285cedfdf6a4/internal/testprotos/desc_test_value.proto (about)

     1  syntax = "proto3";
     2  
     3  import "google/protobuf/struct.proto";
     4  
     5  
     6  option go_package = "github.com/Big-big-orange/protoreflect/internal/testprotos";
     7  
     8  package testprotos;
     9  
    10  message SimpleValue {
    11      google.protobuf.Value list = 1;
    12  }