frostfs-api-go/service/meta.proto

13 lines
281 B
Protocol Buffer
Raw Normal View History

2019-11-18 16:22:08 +00:00
syntax = "proto3";
package service;
option go_package = "github.com/nspcc-dev/neofs-proto/service";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
option (gogoproto.stable_marshaler_all) = true;
message RequestMetaHeader {
uint32 TTL = 1;
uint64 Epoch = 2;
}