go.ligato.io/vpp-agent/v3@v3.5.0/plugins/kvscheduler/internal/test/model/values.proto (about)

     1  syntax = "proto3";
     2  
     3  option go_package = "go.ligato.io/vpp-agent/v3/plugins/kvscheduler/internal/test/model";
     4  
     5  package model;
     6  
     7  message ArrayValue {
     8      repeated string items = 1;
     9      string item_suffix = 2;
    10  }
    11  
    12  message StringValue {
    13      string value = 1;
    14  }