refactored notificatoin / tgsettle responsibility boundaries

This commit is contained in:
Stephan D
2026-02-19 18:56:59 +01:00
parent 47f0a3d890
commit 2fd8a6ebb7
73 changed files with 3705 additions and 681 deletions

View File

@@ -7,6 +7,7 @@ option go_package = "github.com/tech/sendico/pkg/proto/common/storable/v1;storab
import "google/protobuf/timestamp.proto";
// Storable carries common persistence metadata (ID and timestamps).
message Storable {
string id = 1;
google.protobuf.Timestamp created_at = 10;