163 lines
5.5 KiB
Go
163 lines
5.5 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: enums.proto
|
|
|
|
package protobuf
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
type MessageType int32
|
|
|
|
const (
|
|
MessageType_UNKNOWN_MESSAGE_TYPE MessageType = 0
|
|
MessageType_ONE_TO_ONE MessageType = 1
|
|
MessageType_PUBLIC_GROUP MessageType = 2
|
|
MessageType_PRIVATE_GROUP MessageType = 3
|
|
// Only local
|
|
MessageType_SYSTEM_MESSAGE_PRIVATE_GROUP MessageType = 4
|
|
MessageType_COMMUNITY_CHAT MessageType = 5
|
|
// Only local
|
|
MessageType_SYSTEM_MESSAGE_GAP MessageType = 6
|
|
)
|
|
|
|
var MessageType_name = map[int32]string{
|
|
0: "UNKNOWN_MESSAGE_TYPE",
|
|
1: "ONE_TO_ONE",
|
|
2: "PUBLIC_GROUP",
|
|
3: "PRIVATE_GROUP",
|
|
4: "SYSTEM_MESSAGE_PRIVATE_GROUP",
|
|
5: "COMMUNITY_CHAT",
|
|
6: "SYSTEM_MESSAGE_GAP",
|
|
}
|
|
|
|
var MessageType_value = map[string]int32{
|
|
"UNKNOWN_MESSAGE_TYPE": 0,
|
|
"ONE_TO_ONE": 1,
|
|
"PUBLIC_GROUP": 2,
|
|
"PRIVATE_GROUP": 3,
|
|
"SYSTEM_MESSAGE_PRIVATE_GROUP": 4,
|
|
"COMMUNITY_CHAT": 5,
|
|
"SYSTEM_MESSAGE_GAP": 6,
|
|
}
|
|
|
|
func (x MessageType) String() string {
|
|
return proto.EnumName(MessageType_name, int32(x))
|
|
}
|
|
|
|
func (MessageType) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_888b6bd9597961ff, []int{0}
|
|
}
|
|
|
|
type ImageFormat int32
|
|
|
|
const (
|
|
ImageFormat_UNKNOWN_IMAGE_FORMAT ImageFormat = 0
|
|
// Raster image files is payload data that can be read as a raster image
|
|
ImageFormat_PNG ImageFormat = 1
|
|
ImageFormat_JPEG ImageFormat = 2
|
|
ImageFormat_WEBP ImageFormat = 3
|
|
ImageFormat_GIF ImageFormat = 4
|
|
)
|
|
|
|
var ImageFormat_name = map[int32]string{
|
|
0: "UNKNOWN_IMAGE_FORMAT",
|
|
1: "PNG",
|
|
2: "JPEG",
|
|
3: "WEBP",
|
|
4: "GIF",
|
|
}
|
|
|
|
var ImageFormat_value = map[string]int32{
|
|
"UNKNOWN_IMAGE_FORMAT": 0,
|
|
"PNG": 1,
|
|
"JPEG": 2,
|
|
"WEBP": 3,
|
|
"GIF": 4,
|
|
}
|
|
|
|
func (x ImageFormat) String() string {
|
|
return proto.EnumName(ImageFormat_name, int32(x))
|
|
}
|
|
|
|
func (ImageFormat) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_888b6bd9597961ff, []int{1}
|
|
}
|
|
|
|
type CommunityTokenType int32
|
|
|
|
const (
|
|
CommunityTokenType_UNKNOWN_TOKEN_TYPE CommunityTokenType = 0
|
|
CommunityTokenType_ERC20 CommunityTokenType = 1
|
|
CommunityTokenType_ERC721 CommunityTokenType = 2
|
|
CommunityTokenType_ENS CommunityTokenType = 3
|
|
)
|
|
|
|
var CommunityTokenType_name = map[int32]string{
|
|
0: "UNKNOWN_TOKEN_TYPE",
|
|
1: "ERC20",
|
|
2: "ERC721",
|
|
3: "ENS",
|
|
}
|
|
|
|
var CommunityTokenType_value = map[string]int32{
|
|
"UNKNOWN_TOKEN_TYPE": 0,
|
|
"ERC20": 1,
|
|
"ERC721": 2,
|
|
"ENS": 3,
|
|
}
|
|
|
|
func (x CommunityTokenType) String() string {
|
|
return proto.EnumName(CommunityTokenType_name, int32(x))
|
|
}
|
|
|
|
func (CommunityTokenType) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_888b6bd9597961ff, []int{2}
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterEnum("protobuf.MessageType", MessageType_name, MessageType_value)
|
|
proto.RegisterEnum("protobuf.ImageFormat", ImageFormat_name, ImageFormat_value)
|
|
proto.RegisterEnum("protobuf.CommunityTokenType", CommunityTokenType_name, CommunityTokenType_value)
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterFile("enums.proto", fileDescriptor_888b6bd9597961ff)
|
|
}
|
|
|
|
var fileDescriptor_888b6bd9597961ff = []byte{
|
|
// 302 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x90, 0x4b, 0x4f, 0xfa, 0x50,
|
|
0x10, 0xc5, 0x29, 0xe5, 0xf5, 0x9f, 0xfe, 0x21, 0xe3, 0xc4, 0x10, 0x17, 0x2e, 0x5c, 0xb3, 0x40,
|
|
0xc5, 0x85, 0x0b, 0x57, 0xa5, 0x19, 0x6a, 0x85, 0xfb, 0x48, 0x7b, 0x2b, 0xc1, 0x4d, 0x03, 0xc9,
|
|
0x95, 0x18, 0x53, 0x4a, 0x78, 0x2c, 0xf8, 0x4a, 0x7e, 0x4a, 0x53, 0x22, 0x46, 0x5d, 0xcd, 0xc9,
|
|
0xe4, 0xcc, 0x2f, 0x67, 0x0e, 0x78, 0x76, 0xb5, 0xcf, 0xb7, 0xfd, 0xf5, 0xa6, 0xd8, 0x15, 0xd4,
|
|
0x3a, 0x8e, 0xc5, 0xfe, 0xb5, 0xf7, 0xe1, 0x80, 0x27, 0xec, 0x76, 0x3b, 0x5f, 0x5a, 0x73, 0x58,
|
|
0x5b, 0xba, 0x80, 0xf3, 0x54, 0x8e, 0xa5, 0x9a, 0xca, 0x4c, 0x70, 0x92, 0xf8, 0x21, 0x67, 0x66,
|
|
0xa6, 0x19, 0x2b, 0xd4, 0x01, 0x50, 0x92, 0x33, 0xa3, 0x32, 0x25, 0x19, 0x1d, 0x42, 0xf8, 0xaf,
|
|
0xd3, 0xe1, 0x24, 0x0a, 0xb2, 0x30, 0x56, 0xa9, 0xc6, 0x2a, 0x9d, 0x41, 0x5b, 0xc7, 0xd1, 0xb3,
|
|
0x6f, 0xf8, 0x6b, 0xe5, 0xd2, 0x15, 0x5c, 0x26, 0xb3, 0xc4, 0xb0, 0xf8, 0xa6, 0xfd, 0x76, 0xd4,
|
|
0x88, 0xa0, 0x13, 0x28, 0x21, 0x52, 0x19, 0x99, 0x59, 0x16, 0x3c, 0xfa, 0x06, 0xeb, 0xd4, 0x05,
|
|
0xfa, 0x73, 0x15, 0xfa, 0x1a, 0x1b, 0x3d, 0x01, 0x5e, 0x94, 0xcf, 0x97, 0x76, 0x54, 0x6c, 0xf2,
|
|
0xf9, 0xee, 0x67, 0xd6, 0x48, 0x94, 0xae, 0x91, 0x8a, 0x85, 0x6f, 0xb0, 0x42, 0x4d, 0x70, 0xb5,
|
|
0x0c, 0xd1, 0xa1, 0x16, 0xd4, 0x9e, 0x34, 0x87, 0x58, 0x2d, 0xd5, 0x94, 0x87, 0x65, 0xa6, 0x26,
|
|
0xb8, 0x61, 0x34, 0xc2, 0x5a, 0x6f, 0x02, 0x14, 0x14, 0x79, 0xbe, 0x5f, 0xbd, 0xed, 0x0e, 0xa6,
|
|
0x78, 0xb7, 0xab, 0x63, 0x03, 0x5d, 0xa0, 0x13, 0xd5, 0xa8, 0x31, 0xcb, 0xd3, 0xff, 0xff, 0xa0,
|
|
0xce, 0x71, 0x30, 0xb8, 0x41, 0x87, 0x00, 0x1a, 0x1c, 0x07, 0xf7, 0x83, 0x5b, 0xac, 0x96, 0x34,
|
|
0x96, 0x09, 0xba, 0xc3, 0xf6, 0x8b, 0xd7, 0xbf, 0x7e, 0x38, 0x15, 0xbb, 0x68, 0x1c, 0xd5, 0xdd,
|
|
0x67, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x34, 0x70, 0xdb, 0x78, 0x01, 0x00, 0x00,
|
|
}
|