Skip to content
Snippets Groups Projects
Select Git revision
  • 969c7756ab492d4fbc6e904fabb3adecb8247c3a
  • release default
  • master protected
  • hotfix/gtnNoToken
  • XX-4441
  • Jakub/rootless-CI
  • jonah/refactorProviders
  • Ace/Huawei
  • AceVentura/AccountBackup
  • hotfix/delete-error
  • waitingRoundsRewrite
  • dev
  • quantumSecure
  • hotfix/ratelimit
  • fullRateLimit
  • XX-3564/TlsCipherSuite
  • hotfix/notifications-db
  • hotfix/groupNotification
  • Project/LastMile
  • notls
  • url-repo-rename
  • v2.3.0
  • v2.2.0
  • v2.1.0
  • v2.0.0
  • v1.0.0
26 results

README.md

Blame
  • gcMessages.proto 811 B
    ////////////////////////////////////////////////////////////////////////////////
    // Copyright © 2022 xx foundation                                             //
    //                                                                            //
    // Use of this source code is governed by a license that can be found in the  //
    // LICENSE file.                                                              //
    ////////////////////////////////////////////////////////////////////////////////
    
    syntax = "proto3";
    
    package groupChat;
    
    option go_package = "gitlab.com/elixxir/client/groupChat";
    
    // Request to join the group sent from leader to all members.
    message Request {
        bytes name = 1;
        bytes idPreimage = 2;
        bytes keyPreimage = 3;
        bytes members = 4;
        bytes message = 5;
        int64 created = 6;
    }