You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- syntax = "proto3";
- package slurm;
-
- option go_package = "/slurmpb";
- import "google/protobuf/timestamp.proto";
- import "idl/static.proto";
- import "idl/slurmdb_accounting.proto";
-
- message WckeyInfo{
- repeated AccountingInfo accountingList = 1 ;
- string cluster= 2 ;
- int32 id = 3 ;
- int32 idDef = 4 ;
- string name = 5 ;
- int32 uid = 6 ;
- string user = 7 ;
- }
|