github.com/lyft/flytestdlib@v0.3.12-0.20210213045714-8cdd111ecda1/utils/prototest/test_type.proto (about)

     1  syntax = "proto3";
     2  
     3  package flyteidl.core;
     4  
     5  option go_package = "github.com/lyft/flytestdlib/utils/prototest";
     6  
     7  message TestProto {
     8      string string_value = 1;
     9  }