mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-13 09:31:23 +00:00
9 lines
174 B
Protocol Buffer
9 lines
174 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package resf.secparse.admin;
|
|
|
|
import "google/protobuf/timestamp.proto";
|
|
|
|
option go_package = "peridot.resf.org/secparse/admin/proto/v1;secparseadminpb";
|
|
|