neq quotation definition + priced_at field
This commit is contained in:
14
api/proto/common/storable/v1/storable.proto
Normal file
14
api/proto/common/storable/v1/storable.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package common.storable.v1;
|
||||
|
||||
option go_package = "github.com/tech/sendico/pkg/proto/common/storable/v1;storablev1";
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
|
||||
message Storable {
|
||||
string id = 1;
|
||||
google.protobuf.Timestamp created_at = 10;
|
||||
google.protobuf.Timestamp updated_at = 11;
|
||||
}
|
||||
Reference in New Issue
Block a user