Versions in this module Expand all Collapse all v1 v1.3.9 Apr 3, 2021 Changes in this version + type Service struct + func NewService(ctx *core.Context) *Service + func (s *Service) CreateMessage(ctx context.Context, req *proto.MessageRequest) (*proto.MessageResponse, error) + func (s *Service) GetUserMessages(ctx context.Context, req *proto.GetMessagesRequest) (*proto.GetMessagesResponse, error)