go.ligato.io/vpp-agent/v3@v3.5.0/examples/customize/custom_api_model/proto/custom/model.proto (about)

     1  syntax = "proto3";
     2  
     3  option go_package = "go.ligato.io/vpp-agent/v3/examples/customize/custom_api_model/proto/custom;custom";
     4  
     5  package custom;
     6  
     7  message MyModel {
     8      string name = 1;
     9      int32 value = 2;
    10  }