github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/pkg/graveler/settings/test_settings.proto (about)

     1  syntax = "proto3";
     2  option go_package = "github.com/treeverse/lakefs/graveler/settings";
     3  
     4  message ExampleSettings {
     5    int32 example_int = 1;
     6    string example_str = 2;
     7    map<string, int32> example_map = 3;
     8  }