Versions in this module Expand all Collapse all v0 v0.0.6 Mar 21, 2023 v0.0.5 Mar 20, 2023 v0.0.4 Mar 17, 2023 v0.0.3 Mar 17, 2023 v0.0.2 Mar 17, 2023 Changes in this version + var File_CommunicationEngine_communication_engine_proto protoreflect.FileDescriptor + func RegisterCommunicationEnginePlatformServer(s *grpc.Server, srv CommunicationEnginePlatformServer) + func RegisterCommunicationEngineServer(s *grpc.Server, srv CommunicationEngineServer) + type ActivationRequest struct + Actor *GoCommon.ActorID + Channel GoCommon.CommunicationChannel + LanguageCode GoCommon.LanguageCode + Media *Media + MobileNumber string + Placeholders []*Placeholder + TemplateName string + func (*ActivationRequest) Descriptor() ([]byte, []int) + func (*ActivationRequest) ProtoMessage() + func (x *ActivationRequest) GetActor() *GoCommon.ActorID + func (x *ActivationRequest) GetChannel() GoCommon.CommunicationChannel + func (x *ActivationRequest) GetLanguageCode() GoCommon.LanguageCode + func (x *ActivationRequest) GetMedia() *Media + func (x *ActivationRequest) GetMobileNumber() string + func (x *ActivationRequest) GetPlaceholders() []*Placeholder + func (x *ActivationRequest) GetTemplateName() string + func (x *ActivationRequest) ProtoReflect() protoreflect.Message + func (x *ActivationRequest) Reset() + func (x *ActivationRequest) String() string + type ActivationResponse struct + ActiveTemplate bool + VendorsResponse []*VendorResponse + func (*ActivationResponse) Descriptor() ([]byte, []int) + func (*ActivationResponse) ProtoMessage() + func (x *ActivationResponse) GetActiveTemplate() bool + func (x *ActivationResponse) GetVendorsResponse() []*VendorResponse + func (x *ActivationResponse) ProtoReflect() protoreflect.Message + func (x *ActivationResponse) Reset() + func (x *ActivationResponse) String() string + type ActorDetails struct + AppId GoCommon.AppID + AppType GoCommon.AppType + BccRecipients []string + CcRecipients []string + EmailId string + FcmToken string + LanguageCode GoCommon.LanguageCode + MobileNumber string + SecondaryLanguageCode GoCommon.LanguageCode + ToRecipients []string + func (*ActorDetails) Descriptor() ([]byte, []int) + func (*ActorDetails) ProtoMessage() + func (x *ActorDetails) GetAppId() GoCommon.AppID + func (x *ActorDetails) GetAppType() GoCommon.AppType + func (x *ActorDetails) GetBccRecipients() []string + func (x *ActorDetails) GetCcRecipients() []string + func (x *ActorDetails) GetEmailId() string + func (x *ActorDetails) GetFcmToken() string + func (x *ActorDetails) GetLanguageCode() GoCommon.LanguageCode + func (x *ActorDetails) GetMobileNumber() string + func (x *ActorDetails) GetSecondaryLanguageCode() GoCommon.LanguageCode + func (x *ActorDetails) GetToRecipients() []string + func (x *ActorDetails) ProtoReflect() protoreflect.Message + func (x *ActorDetails) Reset() + func (x *ActorDetails) String() string + type AddTemplateRequest struct + Attribs []*GoCommon.Attribs + Channel GoCommon.CommunicationChannel + Content string + LanguageCode GoCommon.LanguageCode + MetaData []*GoCommon.Attribs + Name string + Owner string + TemplateContentType GoCommon.TemplateContentType + Title string + Vertical string + func (*AddTemplateRequest) Descriptor() ([]byte, []int) + func (*AddTemplateRequest) ProtoMessage() + func (x *AddTemplateRequest) GetAttribs() []*GoCommon.Attribs + func (x *AddTemplateRequest) GetChannel() GoCommon.CommunicationChannel + func (x *AddTemplateRequest) GetContent() string + func (x *AddTemplateRequest) GetLanguageCode() GoCommon.LanguageCode + func (x *AddTemplateRequest) GetMetaData() []*GoCommon.Attribs + func (x *AddTemplateRequest) GetName() string + func (x *AddTemplateRequest) GetOwner() string + func (x *AddTemplateRequest) GetTemplateContentType() GoCommon.TemplateContentType + func (x *AddTemplateRequest) GetTitle() string + func (x *AddTemplateRequest) GetVertical() string + func (x *AddTemplateRequest) ProtoReflect() protoreflect.Message + func (x *AddTemplateRequest) Reset() + func (x *AddTemplateRequest) String() string + type AddTemplateResponse struct + Attribs []*GoCommon.Attribs + Id int64 + Status GoCommon.ResponseStatus + StatusCode GoCommon.ResponseStatusCode + VendorsResponse []*VendorResponse + func (*AddTemplateResponse) Descriptor() ([]byte, []int) + func (*AddTemplateResponse) ProtoMessage() + func (x *AddTemplateResponse) GetAttribs() []*GoCommon.Attribs + func (x *AddTemplateResponse) GetId() int64 + func (x *AddTemplateResponse) GetStatus() GoCommon.ResponseStatus + func (x *AddTemplateResponse) GetStatusCode() GoCommon.ResponseStatusCode + func (x *AddTemplateResponse) GetVendorsResponse() []*VendorResponse + func (x *AddTemplateResponse) ProtoReflect() protoreflect.Message + func (x *AddTemplateResponse) Reset() + func (x *AddTemplateResponse) String() string + type BulkCommunicationEvent struct + CommunicationEvents []*CommunicationEvent + func (*BulkCommunicationEvent) Descriptor() ([]byte, []int) + func (*BulkCommunicationEvent) ProtoMessage() + func (x *BulkCommunicationEvent) GetCommunicationEvents() []*CommunicationEvent + func (x *BulkCommunicationEvent) ProtoReflect() protoreflect.Message + func (x *BulkCommunicationEvent) Reset() + func (x *BulkCommunicationEvent) String() string + type BulkCommunicationResponse struct + CommunicationResponses []*CommunicationResponse + func (*BulkCommunicationResponse) Descriptor() ([]byte, []int) + func (*BulkCommunicationResponse) ProtoMessage() + func (x *BulkCommunicationResponse) GetCommunicationResponses() []*CommunicationResponse + func (x *BulkCommunicationResponse) ProtoReflect() protoreflect.Message + func (x *BulkCommunicationResponse) Reset() + func (x *BulkCommunicationResponse) String() string + type CommunicationChannelAttributes struct + PushNotificationType GoCommon.PushNotificationType + func (*CommunicationChannelAttributes) Descriptor() ([]byte, []int) + func (*CommunicationChannelAttributes) ProtoMessage() + func (x *CommunicationChannelAttributes) GetPushNotificationType() GoCommon.PushNotificationType + func (x *CommunicationChannelAttributes) ProtoReflect() protoreflect.Message + func (x *CommunicationChannelAttributes) Reset() + func (x *CommunicationChannelAttributes) String() string + type CommunicationEngineClient interface + SendBulkCommunication func(ctx context.Context, in *BulkCommunicationEvent, opts ...grpc.CallOption) (*BulkCommunicationResponse, error) + SendCommunication func(ctx context.Context, in *CommunicationEvent, opts ...grpc.CallOption) (*CommunicationResponse, error) + func NewCommunicationEngineClient(cc grpc.ClientConnInterface) CommunicationEngineClient + type CommunicationEnginePlatformClient interface + ActivateTemplate func(ctx context.Context, in *ActivationRequest, opts ...grpc.CallOption) (*ActivationResponse, error) + AddTemplate func(ctx context.Context, in *AddTemplateRequest, opts ...grpc.CallOption) (*AddTemplateResponse, error) + GetAllTemplate func(ctx context.Context, in *GetAllTemplateRequest, opts ...grpc.CallOption) (*GetAllTemplateResponse, error) + OptInUser func(ctx context.Context, in *OptInRequest, opts ...grpc.CallOption) (*OptInRespone, error) + OptOutUser func(ctx context.Context, in *OptOutRequest, opts ...grpc.CallOption) (*OptOutResponse, error) + SearchMessageAcknowledgements func(ctx context.Context, in *MessageAcknowledgementRequest, ...) (*MessageAcknowledgementResponse, error) + UpdateTemplate func(ctx context.Context, in *TemplateUpdateRequest, opts ...grpc.CallOption) (*AddTemplateResponse, error) + func NewCommunicationEnginePlatformClient(cc grpc.ClientConnInterface) CommunicationEnginePlatformClient + type CommunicationEnginePlatformServer interface + ActivateTemplate func(context.Context, *ActivationRequest) (*ActivationResponse, error) + AddTemplate func(context.Context, *AddTemplateRequest) (*AddTemplateResponse, error) + GetAllTemplate func(context.Context, *GetAllTemplateRequest) (*GetAllTemplateResponse, error) + OptInUser func(context.Context, *OptInRequest) (*OptInRespone, error) + OptOutUser func(context.Context, *OptOutRequest) (*OptOutResponse, error) + SearchMessageAcknowledgements func(context.Context, *MessageAcknowledgementRequest) (*MessageAcknowledgementResponse, error) + UpdateTemplate func(context.Context, *TemplateUpdateRequest) (*AddTemplateResponse, error) + type CommunicationEngineServer interface + SendBulkCommunication func(context.Context, *BulkCommunicationEvent) (*BulkCommunicationResponse, error) + SendCommunication func(context.Context, *CommunicationEvent) (*CommunicationResponse, error) + type CommunicationEvent struct + BusinessFlow string + CampaignName string + Channel []GoCommon.CommunicationChannel + ChannelAttributes *CommunicationChannelAttributes + ClientId string + ContentMetadata []*Placeholder + ContentTitle string + Expiry *timestamppb.Timestamp + Media *Media + ParentReferenceId string + Placeholder []*Placeholder + ReceiverActor *GoCommon.ActorID + ReceiverActorDetails *ActorDetails + ReferenceId string + SendAfter *timestamppb.Timestamp + TemplateName string + Tenant GoCommon.Tenant + Vendor GoCommon.CommunicationVendor + func (*CommunicationEvent) Descriptor() ([]byte, []int) + func (*CommunicationEvent) ProtoMessage() + func (x *CommunicationEvent) GetBusinessFlow() string + func (x *CommunicationEvent) GetCampaignName() string + func (x *CommunicationEvent) GetChannel() []GoCommon.CommunicationChannel + func (x *CommunicationEvent) GetChannelAttributes() *CommunicationChannelAttributes + func (x *CommunicationEvent) GetClientId() string + func (x *CommunicationEvent) GetContentMetadata() []*Placeholder + func (x *CommunicationEvent) GetContentTitle() string + func (x *CommunicationEvent) GetExpiry() *timestamppb.Timestamp + func (x *CommunicationEvent) GetMedia() *Media + func (x *CommunicationEvent) GetParentReferenceId() string + func (x *CommunicationEvent) GetPlaceholder() []*Placeholder + func (x *CommunicationEvent) GetReceiverActor() *GoCommon.ActorID + func (x *CommunicationEvent) GetReceiverActorDetails() *ActorDetails + func (x *CommunicationEvent) GetReferenceId() string + func (x *CommunicationEvent) GetSendAfter() *timestamppb.Timestamp + func (x *CommunicationEvent) GetTemplateName() string + func (x *CommunicationEvent) GetTenant() GoCommon.Tenant + func (x *CommunicationEvent) GetVendor() GoCommon.CommunicationVendor + func (x *CommunicationEvent) ProtoReflect() protoreflect.Message + func (x *CommunicationEvent) Reset() + func (x *CommunicationEvent) String() string + type CommunicationResponse struct + ReferenceId string + func (*CommunicationResponse) Descriptor() ([]byte, []int) + func (*CommunicationResponse) ProtoMessage() + func (x *CommunicationResponse) GetReferenceId() string + func (x *CommunicationResponse) ProtoReflect() protoreflect.Message + func (x *CommunicationResponse) Reset() + func (x *CommunicationResponse) String() string + type GetAllTemplateRequest struct + Limit int64 + Namespace GoCommon.NameSpace + Offset int64 + RequestHeaders *GoCommon.RequestHeaders + SearchQuery string + Status GoCommon.Status + TemplateNames []string + func (*GetAllTemplateRequest) Descriptor() ([]byte, []int) + func (*GetAllTemplateRequest) ProtoMessage() + func (x *GetAllTemplateRequest) GetLimit() int64 + func (x *GetAllTemplateRequest) GetNamespace() GoCommon.NameSpace + func (x *GetAllTemplateRequest) GetOffset() int64 + func (x *GetAllTemplateRequest) GetRequestHeaders() *GoCommon.RequestHeaders + func (x *GetAllTemplateRequest) GetSearchQuery() string + func (x *GetAllTemplateRequest) GetStatus() GoCommon.Status + func (x *GetAllTemplateRequest) GetTemplateNames() []string + func (x *GetAllTemplateRequest) ProtoReflect() protoreflect.Message + func (x *GetAllTemplateRequest) Reset() + func (x *GetAllTemplateRequest) String() string + type GetAllTemplateResponse struct + Status GoCommon.ResponseStatus + StatusCode GoCommon.ResponseStatusCode + Templates []*Template + func (*GetAllTemplateResponse) Descriptor() ([]byte, []int) + func (*GetAllTemplateResponse) ProtoMessage() + func (x *GetAllTemplateResponse) GetStatus() GoCommon.ResponseStatus + func (x *GetAllTemplateResponse) GetStatusCode() GoCommon.ResponseStatusCode + func (x *GetAllTemplateResponse) GetTemplates() []*Template + func (x *GetAllTemplateResponse) ProtoReflect() protoreflect.Message + func (x *GetAllTemplateResponse) Reset() + func (x *GetAllTemplateResponse) String() string + type Media struct + DocumentName string + MediaAccessType GoCommon.MediaAccessType + MediaInfo string + MediaType GoCommon.MediaType + Msg string + func (*Media) Descriptor() ([]byte, []int) + func (*Media) ProtoMessage() + func (x *Media) GetDocumentName() string + func (x *Media) GetMediaAccessType() GoCommon.MediaAccessType + func (x *Media) GetMediaInfo() string + func (x *Media) GetMediaType() GoCommon.MediaType + func (x *Media) GetMsg() string + func (x *Media) ProtoReflect() protoreflect.Message + func (x *Media) Reset() + func (x *Media) String() string + type MessageAcknowledgement struct + Actor *GoCommon.ActorID + ActorContactId string + ActorDeliveryTime *timestamppb.Timestamp + Attributes []*GoCommon.Attribs + CampaignName string + Channel GoCommon.CommunicationChannel + ContactType GoCommon.ContactType + CreatedAt *timestamppb.Timestamp + Id int64 + IsUnicode bool + Language GoCommon.Language + MessageContent string + MobileNumber string + ParentReferenceId string + Placeholders []*Placeholder + ReferenceId string + RetryCount int32 + State GoCommon.CommunicationState + TemplateName string + UpdatedAt *timestamppb.Timestamp + VendorDeliveryTime *timestamppb.Timestamp + VendorMessageId string + VendorName string + func (*MessageAcknowledgement) Descriptor() ([]byte, []int) + func (*MessageAcknowledgement) ProtoMessage() + func (x *MessageAcknowledgement) GetActor() *GoCommon.ActorID + func (x *MessageAcknowledgement) GetActorContactId() string + func (x *MessageAcknowledgement) GetActorDeliveryTime() *timestamppb.Timestamp + func (x *MessageAcknowledgement) GetAttributes() []*GoCommon.Attribs + func (x *MessageAcknowledgement) GetCampaignName() string + func (x *MessageAcknowledgement) GetChannel() GoCommon.CommunicationChannel + func (x *MessageAcknowledgement) GetContactType() GoCommon.ContactType + func (x *MessageAcknowledgement) GetCreatedAt() *timestamppb.Timestamp + func (x *MessageAcknowledgement) GetId() int64 + func (x *MessageAcknowledgement) GetIsUnicode() bool + func (x *MessageAcknowledgement) GetLanguage() GoCommon.Language + func (x *MessageAcknowledgement) GetMessageContent() string + func (x *MessageAcknowledgement) GetMobileNumber() string + func (x *MessageAcknowledgement) GetParentReferenceId() string + func (x *MessageAcknowledgement) GetPlaceholders() []*Placeholder + func (x *MessageAcknowledgement) GetReferenceId() string + func (x *MessageAcknowledgement) GetRetryCount() int32 + func (x *MessageAcknowledgement) GetState() GoCommon.CommunicationState + func (x *MessageAcknowledgement) GetTemplateName() string + func (x *MessageAcknowledgement) GetUpdatedAt() *timestamppb.Timestamp + func (x *MessageAcknowledgement) GetVendorDeliveryTime() *timestamppb.Timestamp + func (x *MessageAcknowledgement) GetVendorMessageId() string + func (x *MessageAcknowledgement) GetVendorName() string + func (x *MessageAcknowledgement) ProtoReflect() protoreflect.Message + func (x *MessageAcknowledgement) Reset() + func (x *MessageAcknowledgement) String() string + type MessageAcknowledgementRequest struct + Channels []GoCommon.CommunicationChannel + EndTime *timestamppb.Timestamp + Limit int32 + MobileNumber string + Offset int32 + ReferenceId string + RequestHeaders *GoCommon.RequestHeaders + ResponseOrderType GoCommon.ResponseOrderType + StartTime *timestamppb.Timestamp + TemplateNameLike string + func (*MessageAcknowledgementRequest) Descriptor() ([]byte, []int) + func (*MessageAcknowledgementRequest) ProtoMessage() + func (x *MessageAcknowledgementRequest) GetChannels() []GoCommon.CommunicationChannel + func (x *MessageAcknowledgementRequest) GetEndTime() *timestamppb.Timestamp + func (x *MessageAcknowledgementRequest) GetLimit() int32 + func (x *MessageAcknowledgementRequest) GetMobileNumber() string + func (x *MessageAcknowledgementRequest) GetOffset() int32 + func (x *MessageAcknowledgementRequest) GetReferenceId() string + func (x *MessageAcknowledgementRequest) GetRequestHeaders() *GoCommon.RequestHeaders + func (x *MessageAcknowledgementRequest) GetResponseOrderType() GoCommon.ResponseOrderType + func (x *MessageAcknowledgementRequest) GetStartTime() *timestamppb.Timestamp + func (x *MessageAcknowledgementRequest) GetTemplateNameLike() string + func (x *MessageAcknowledgementRequest) ProtoReflect() protoreflect.Message + func (x *MessageAcknowledgementRequest) Reset() + func (x *MessageAcknowledgementRequest) String() string + type MessageAcknowledgementResponse struct + Attribs []*GoCommon.Attribs + MessageAcknowledgements []*MessageAcknowledgement + Status GoCommon.ResponseStatus + StatusCode GoCommon.ResponseStatusCode + func (*MessageAcknowledgementResponse) Descriptor() ([]byte, []int) + func (*MessageAcknowledgementResponse) ProtoMessage() + func (x *MessageAcknowledgementResponse) GetAttribs() []*GoCommon.Attribs + func (x *MessageAcknowledgementResponse) GetMessageAcknowledgements() []*MessageAcknowledgement + func (x *MessageAcknowledgementResponse) GetStatus() GoCommon.ResponseStatus + func (x *MessageAcknowledgementResponse) GetStatusCode() GoCommon.ResponseStatusCode + func (x *MessageAcknowledgementResponse) ProtoReflect() protoreflect.Message + func (x *MessageAcknowledgementResponse) Reset() + func (x *MessageAcknowledgementResponse) String() string + type OptInRequest struct + Actor *GoCommon.ActorID + FarmerName string + MobileNumber string + NameSpace GoCommon.NameSpace + RequestHeaders *GoCommon.RequestHeaders + SourceSystem GoCommon.SourceSystem + func (*OptInRequest) Descriptor() ([]byte, []int) + func (*OptInRequest) ProtoMessage() + func (x *OptInRequest) GetActor() *GoCommon.ActorID + func (x *OptInRequest) GetFarmerName() string + func (x *OptInRequest) GetMobileNumber() string + func (x *OptInRequest) GetNameSpace() GoCommon.NameSpace + func (x *OptInRequest) GetRequestHeaders() *GoCommon.RequestHeaders + func (x *OptInRequest) GetSourceSystem() GoCommon.SourceSystem + func (x *OptInRequest) ProtoReflect() protoreflect.Message + func (x *OptInRequest) Reset() + func (x *OptInRequest) String() string + type OptInRespone struct + Attribs []*GoCommon.Attribs + Id int64 + Status GoCommon.ResponseStatus + StatusCode GoCommon.ResponseStatusCode + func (*OptInRespone) Descriptor() ([]byte, []int) + func (*OptInRespone) ProtoMessage() + func (x *OptInRespone) GetAttribs() []*GoCommon.Attribs + func (x *OptInRespone) GetId() int64 + func (x *OptInRespone) GetStatus() GoCommon.ResponseStatus + func (x *OptInRespone) GetStatusCode() GoCommon.ResponseStatusCode + func (x *OptInRespone) ProtoReflect() protoreflect.Message + func (x *OptInRespone) Reset() + func (x *OptInRespone) String() string + type OptOutRequest struct + Actor *GoCommon.ActorID + MobileNumber string + NameSpace GoCommon.NameSpace + RequestHeaders *GoCommon.RequestHeaders + func (*OptOutRequest) Descriptor() ([]byte, []int) + func (*OptOutRequest) ProtoMessage() + func (x *OptOutRequest) GetActor() *GoCommon.ActorID + func (x *OptOutRequest) GetMobileNumber() string + func (x *OptOutRequest) GetNameSpace() GoCommon.NameSpace + func (x *OptOutRequest) GetRequestHeaders() *GoCommon.RequestHeaders + func (x *OptOutRequest) ProtoReflect() protoreflect.Message + func (x *OptOutRequest) Reset() + func (x *OptOutRequest) String() string + type OptOutResponse struct + Status GoCommon.ResponseStatus + StatusCode GoCommon.ResponseStatusCode + func (*OptOutResponse) Descriptor() ([]byte, []int) + func (*OptOutResponse) ProtoMessage() + func (x *OptOutResponse) GetStatus() GoCommon.ResponseStatus + func (x *OptOutResponse) GetStatusCode() GoCommon.ResponseStatusCode + func (x *OptOutResponse) ProtoReflect() protoreflect.Message + func (x *OptOutResponse) Reset() + func (x *OptOutResponse) String() string + type Placeholder struct + Key string + Value string + func (*Placeholder) Descriptor() ([]byte, []int) + func (*Placeholder) ProtoMessage() + func (x *Placeholder) GetKey() string + func (x *Placeholder) GetValue() string + func (x *Placeholder) ProtoReflect() protoreflect.Message + func (x *Placeholder) Reset() + func (x *Placeholder) String() string + type Template struct + Active bool + Attributes []*GoCommon.Attribs + Content string + ContentType GoCommon.TemplateContentType + CreatedAt *timestamppb.Timestamp + DeletedAt *timestamppb.Timestamp + Id int64 + Language GoCommon.Language + MetaData []*GoCommon.Attribs + Name string + OwnerEmail string + Title string + UpdatedAt *timestamppb.Timestamp + Vertical string + func (*Template) Descriptor() ([]byte, []int) + func (*Template) ProtoMessage() + func (x *Template) GetActive() bool + func (x *Template) GetAttributes() []*GoCommon.Attribs + func (x *Template) GetContent() string + func (x *Template) GetContentType() GoCommon.TemplateContentType + func (x *Template) GetCreatedAt() *timestamppb.Timestamp + func (x *Template) GetDeletedAt() *timestamppb.Timestamp + func (x *Template) GetId() int64 + func (x *Template) GetLanguage() GoCommon.Language + func (x *Template) GetMetaData() []*GoCommon.Attribs + func (x *Template) GetName() string + func (x *Template) GetOwnerEmail() string + func (x *Template) GetTitle() string + func (x *Template) GetUpdatedAt() *timestamppb.Timestamp + func (x *Template) GetVertical() string + func (x *Template) ProtoReflect() protoreflect.Message + func (x *Template) Reset() + func (x *Template) String() string + type TemplateUpdateRequest struct + Attribs []*GoCommon.Attribs + Content string + LanguageCode GoCommon.LanguageCode + MetaData []*GoCommon.Attribs + Name string + Owner string + Title string + Vertical string + func (*TemplateUpdateRequest) Descriptor() ([]byte, []int) + func (*TemplateUpdateRequest) ProtoMessage() + func (x *TemplateUpdateRequest) GetAttribs() []*GoCommon.Attribs + func (x *TemplateUpdateRequest) GetContent() string + func (x *TemplateUpdateRequest) GetLanguageCode() GoCommon.LanguageCode + func (x *TemplateUpdateRequest) GetMetaData() []*GoCommon.Attribs + func (x *TemplateUpdateRequest) GetName() string + func (x *TemplateUpdateRequest) GetOwner() string + func (x *TemplateUpdateRequest) GetTitle() string + func (x *TemplateUpdateRequest) GetVertical() string + func (x *TemplateUpdateRequest) ProtoReflect() protoreflect.Message + func (x *TemplateUpdateRequest) Reset() + func (x *TemplateUpdateRequest) String() string + type UnimplementedCommunicationEnginePlatformServer struct + func (*UnimplementedCommunicationEnginePlatformServer) ActivateTemplate(context.Context, *ActivationRequest) (*ActivationResponse, error) + func (*UnimplementedCommunicationEnginePlatformServer) AddTemplate(context.Context, *AddTemplateRequest) (*AddTemplateResponse, error) + func (*UnimplementedCommunicationEnginePlatformServer) GetAllTemplate(context.Context, *GetAllTemplateRequest) (*GetAllTemplateResponse, error) + func (*UnimplementedCommunicationEnginePlatformServer) OptInUser(context.Context, *OptInRequest) (*OptInRespone, error) + func (*UnimplementedCommunicationEnginePlatformServer) OptOutUser(context.Context, *OptOutRequest) (*OptOutResponse, error) + func (*UnimplementedCommunicationEnginePlatformServer) SearchMessageAcknowledgements(context.Context, *MessageAcknowledgementRequest) (*MessageAcknowledgementResponse, error) + func (*UnimplementedCommunicationEnginePlatformServer) UpdateTemplate(context.Context, *TemplateUpdateRequest) (*AddTemplateResponse, error) + type UnimplementedCommunicationEngineServer struct + func (*UnimplementedCommunicationEngineServer) SendBulkCommunication(context.Context, *BulkCommunicationEvent) (*BulkCommunicationResponse, error) + func (*UnimplementedCommunicationEngineServer) SendCommunication(context.Context, *CommunicationEvent) (*CommunicationResponse, error) + type VendorResponse struct + ErrorMsg string + Status GoCommon.ResponseStatus + StatusCode GoCommon.ResponseStatusCode + VendorName string + func (*VendorResponse) Descriptor() ([]byte, []int) + func (*VendorResponse) ProtoMessage() + func (x *VendorResponse) GetErrorMsg() string + func (x *VendorResponse) GetStatus() GoCommon.ResponseStatus + func (x *VendorResponse) GetStatusCode() GoCommon.ResponseStatusCode + func (x *VendorResponse) GetVendorName() string + func (x *VendorResponse) ProtoReflect() protoreflect.Message + func (x *VendorResponse) Reset() + func (x *VendorResponse) String() string