syntax = "proto3"; option go_package = "github.com/tech/sendico/pkg/generated/gmessaging"; message OperationResult { bool is_successful = 1; string error_description = 2; }