system

package
v0.0.0-...-1482656 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: GPL-2.0 Imports: 8 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RoleType_name = map[int32]string{
		0: "TypeUnknown",
		1: "TypeNormalUser",
		2: "TypeCommunityAdmin",
		3: "TypeSuperAdmin",
		4: "TypeDeveloper",
	}
	RoleType_value = map[string]int32{
		"TypeUnknown":        0,
		"TypeNormalUser":     1,
		"TypeCommunityAdmin": 2,
		"TypeSuperAdmin":     3,
		"TypeDeveloper":      4,
	}
)

Enum value maps for RoleType.

View Source
var (
	ApplyStatus_name = map[int32]string{
		0: "StatusUnknown",
		1: "StatusUnprocessed",
		2: "StatusAccepted",
		3: "StatusRejected",
	}
	ApplyStatus_value = map[string]int32{
		"StatusUnknown":     0,
		"StatusUnprocessed": 1,
		"StatusAccepted":    2,
		"StatusRejected":    3,
	}
)

Enum value maps for ApplyStatus.

View Source
var (
	NotificationTargetType_name = map[int32]string{
		0: "TargetTypeOther",
		1: "TargetTypePost",
		2: "TargetTypeMoment",
		3: "TargetTypeComment",
		4: "TargetTypeUser",
	}
	NotificationTargetType_value = map[string]int32{
		"TargetTypeOther":   0,
		"TargetTypePost":    1,
		"TargetTypeMoment":  2,
		"TargetTypeComment": 3,
		"TargetTypeUser":    4,
	}
)

Enum value maps for NotificationTargetType.

View Source
var (
	NotificationType_name = map[int32]string{
		0: "TypeOther",
		1: "TypeFollowed",
		2: "TypeLiked",
		3: "TypeCommented",
	}
	NotificationType_value = map[string]int32{
		"TypeOther":     0,
		"TypeFollowed":  1,
		"TypeLiked":     2,
		"TypeCommented": 3,
	}
)

Enum value maps for NotificationType.

View Source
var File_meowchat_system_common_proto protoreflect.FileDescriptor
View Source
var File_meowchat_system_system_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddNotificationReq

type AddNotificationReq struct {
	Notification *Notification `protobuf:"bytes,1,opt,name=notification,proto3" json:"notification,omitempty"`
	// contains filtered or unexported fields
}

func (*AddNotificationReq) Descriptor deprecated

func (*AddNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use AddNotificationReq.ProtoReflect.Descriptor instead.

func (*AddNotificationReq) FastRead

func (x *AddNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*AddNotificationReq) FastWrite

func (x *AddNotificationReq) FastWrite(buf []byte) (offset int)

func (*AddNotificationReq) GetNotification

func (x *AddNotificationReq) GetNotification() *Notification

func (*AddNotificationReq) ProtoMessage

func (*AddNotificationReq) ProtoMessage()

func (*AddNotificationReq) ProtoReflect

func (x *AddNotificationReq) ProtoReflect() protoreflect.Message

func (*AddNotificationReq) Reset

func (x *AddNotificationReq) Reset()

func (*AddNotificationReq) Size

func (x *AddNotificationReq) Size() (n int)

func (*AddNotificationReq) String

func (x *AddNotificationReq) String() string

type AddNotificationResp

type AddNotificationResp struct {
	// contains filtered or unexported fields
}

func (*AddNotificationResp) Descriptor deprecated

func (*AddNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use AddNotificationResp.ProtoReflect.Descriptor instead.

func (*AddNotificationResp) FastRead

func (x *AddNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*AddNotificationResp) FastWrite

func (x *AddNotificationResp) FastWrite(buf []byte) (offset int)

func (*AddNotificationResp) ProtoMessage

func (*AddNotificationResp) ProtoMessage()

func (*AddNotificationResp) ProtoReflect

func (x *AddNotificationResp) ProtoReflect() protoreflect.Message

func (*AddNotificationResp) Reset

func (x *AddNotificationResp) Reset()

func (*AddNotificationResp) Size

func (x *AddNotificationResp) Size() (n int)

func (*AddNotificationResp) String

func (x *AddNotificationResp) String() string

type Admin

type Admin struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CommunityId string `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Title       string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Phone       string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone,omitempty"`
	Wechat      string `protobuf:"bytes,6,opt,name=wechat,proto3" json:"wechat,omitempty"`
	AvatarUrl   string `protobuf:"bytes,7,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*Admin) Descriptor deprecated

func (*Admin) Descriptor() ([]byte, []int)

Deprecated: Use Admin.ProtoReflect.Descriptor instead.

func (*Admin) FastRead

func (x *Admin) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Admin) FastWrite

func (x *Admin) FastWrite(buf []byte) (offset int)

func (*Admin) GetAvatarUrl

func (x *Admin) GetAvatarUrl() string

func (*Admin) GetCommunityId

func (x *Admin) GetCommunityId() string

func (*Admin) GetId

func (x *Admin) GetId() string

func (*Admin) GetName

func (x *Admin) GetName() string

func (*Admin) GetPhone

func (x *Admin) GetPhone() string

func (*Admin) GetTitle

func (x *Admin) GetTitle() string

func (*Admin) GetWechat

func (x *Admin) GetWechat() string

func (*Admin) ProtoMessage

func (*Admin) ProtoMessage()

func (*Admin) ProtoReflect

func (x *Admin) ProtoReflect() protoreflect.Message

func (*Admin) Reset

func (x *Admin) Reset()

func (*Admin) Size

func (x *Admin) Size() (n int)

func (*Admin) String

func (x *Admin) String() string

type Apply

type Apply struct {
	ApplyId     string `protobuf:"bytes,1,opt,name=applyId,proto3" json:"applyId,omitempty"`
	ApplicantId string `protobuf:"bytes,2,opt,name=applicantId,proto3" json:"applicantId,omitempty"`
	CommunityId string `protobuf:"bytes,4,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*Apply) Descriptor deprecated

func (*Apply) Descriptor() ([]byte, []int)

Deprecated: Use Apply.ProtoReflect.Descriptor instead.

func (*Apply) FastRead

func (x *Apply) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Apply) FastWrite

func (x *Apply) FastWrite(buf []byte) (offset int)

func (*Apply) GetApplicantId

func (x *Apply) GetApplicantId() string

func (*Apply) GetApplyId

func (x *Apply) GetApplyId() string

func (*Apply) GetCommunityId

func (x *Apply) GetCommunityId() string

func (*Apply) ProtoMessage

func (*Apply) ProtoMessage()

func (*Apply) ProtoReflect

func (x *Apply) ProtoReflect() protoreflect.Message

func (*Apply) Reset

func (x *Apply) Reset()

func (*Apply) Size

func (x *Apply) Size() (n int)

func (*Apply) String

func (x *Apply) String() string

type ApplyStatus

type ApplyStatus int32
const (
	ApplyStatus_StatusUnknown     ApplyStatus = 0
	ApplyStatus_StatusUnprocessed ApplyStatus = 1
	ApplyStatus_StatusAccepted    ApplyStatus = 2
	ApplyStatus_StatusRejected    ApplyStatus = 3
)

func (ApplyStatus) Descriptor

func (ApplyStatus) Enum

func (x ApplyStatus) Enum() *ApplyStatus

func (ApplyStatus) EnumDescriptor deprecated

func (ApplyStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ApplyStatus.Descriptor instead.

func (ApplyStatus) Number

func (x ApplyStatus) Number() protoreflect.EnumNumber

func (ApplyStatus) String

func (x ApplyStatus) String() string

func (ApplyStatus) Type

type CleanNotificationReq

type CleanNotificationReq struct {
	UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

func (*CleanNotificationReq) Descriptor deprecated

func (*CleanNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use CleanNotificationReq.ProtoReflect.Descriptor instead.

func (*CleanNotificationReq) FastRead

func (x *CleanNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CleanNotificationReq) FastWrite

func (x *CleanNotificationReq) FastWrite(buf []byte) (offset int)

func (*CleanNotificationReq) GetUserId

func (x *CleanNotificationReq) GetUserId() string

func (*CleanNotificationReq) ProtoMessage

func (*CleanNotificationReq) ProtoMessage()

func (*CleanNotificationReq) ProtoReflect

func (x *CleanNotificationReq) ProtoReflect() protoreflect.Message

func (*CleanNotificationReq) Reset

func (x *CleanNotificationReq) Reset()

func (*CleanNotificationReq) Size

func (x *CleanNotificationReq) Size() (n int)

func (*CleanNotificationReq) String

func (x *CleanNotificationReq) String() string

type CleanNotificationResp

type CleanNotificationResp struct {
	// contains filtered or unexported fields
}

func (*CleanNotificationResp) Descriptor deprecated

func (*CleanNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use CleanNotificationResp.ProtoReflect.Descriptor instead.

func (*CleanNotificationResp) FastRead

func (x *CleanNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CleanNotificationResp) FastWrite

func (x *CleanNotificationResp) FastWrite(buf []byte) (offset int)

func (*CleanNotificationResp) ProtoMessage

func (*CleanNotificationResp) ProtoMessage()

func (*CleanNotificationResp) ProtoReflect

func (x *CleanNotificationResp) ProtoReflect() protoreflect.Message

func (*CleanNotificationResp) Reset

func (x *CleanNotificationResp) Reset()

func (*CleanNotificationResp) Size

func (x *CleanNotificationResp) Size() (n int)

func (*CleanNotificationResp) String

func (x *CleanNotificationResp) String() string

type Community

type Community struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ParentId string `protobuf:"bytes,3,opt,name=parentId,proto3" json:"parentId,omitempty"`
	// contains filtered or unexported fields
}

func (*Community) Descriptor deprecated

func (*Community) Descriptor() ([]byte, []int)

Deprecated: Use Community.ProtoReflect.Descriptor instead.

func (*Community) FastRead

func (x *Community) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Community) FastWrite

func (x *Community) FastWrite(buf []byte) (offset int)

func (*Community) GetId

func (x *Community) GetId() string

func (*Community) GetName

func (x *Community) GetName() string

func (*Community) GetParentId

func (x *Community) GetParentId() string

func (*Community) ProtoMessage

func (*Community) ProtoMessage()

func (*Community) ProtoReflect

func (x *Community) ProtoReflect() protoreflect.Message

func (*Community) Reset

func (x *Community) Reset()

func (*Community) Size

func (x *Community) Size() (n int)

func (*Community) String

func (x *Community) String() string

type ContainsRoleReq

type ContainsRoleReq struct {
	UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Role   *Role  `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	// 是否允许超级管理员,如果为true并且用户为超级管理员则不校验role
	AllowSuperAdmin bool `protobuf:"varint,3,opt,name=allowSuperAdmin,proto3" json:"allowSuperAdmin,omitempty"`
	// contains filtered or unexported fields
}

如果role只传入type,只会校验用户是否包含该角色, 如果传入communityId并且type是communityAdmin,会同时校验communityId

func (*ContainsRoleReq) Descriptor deprecated

func (*ContainsRoleReq) Descriptor() ([]byte, []int)

Deprecated: Use ContainsRoleReq.ProtoReflect.Descriptor instead.

func (*ContainsRoleReq) FastRead

func (x *ContainsRoleReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ContainsRoleReq) FastWrite

func (x *ContainsRoleReq) FastWrite(buf []byte) (offset int)

func (*ContainsRoleReq) GetAllowSuperAdmin

func (x *ContainsRoleReq) GetAllowSuperAdmin() bool

func (*ContainsRoleReq) GetRole

func (x *ContainsRoleReq) GetRole() *Role

func (*ContainsRoleReq) GetUserId

func (x *ContainsRoleReq) GetUserId() string

func (*ContainsRoleReq) ProtoMessage

func (*ContainsRoleReq) ProtoMessage()

func (*ContainsRoleReq) ProtoReflect

func (x *ContainsRoleReq) ProtoReflect() protoreflect.Message

func (*ContainsRoleReq) Reset

func (x *ContainsRoleReq) Reset()

func (*ContainsRoleReq) Size

func (x *ContainsRoleReq) Size() (n int)

func (*ContainsRoleReq) String

func (x *ContainsRoleReq) String() string

type ContainsRoleResp

type ContainsRoleResp struct {
	Contains bool `protobuf:"varint,1,opt,name=contains,proto3" json:"contains,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainsRoleResp) Descriptor deprecated

func (*ContainsRoleResp) Descriptor() ([]byte, []int)

Deprecated: Use ContainsRoleResp.ProtoReflect.Descriptor instead.

func (*ContainsRoleResp) FastRead

func (x *ContainsRoleResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ContainsRoleResp) FastWrite

func (x *ContainsRoleResp) FastWrite(buf []byte) (offset int)

func (*ContainsRoleResp) GetContains

func (x *ContainsRoleResp) GetContains() bool

func (*ContainsRoleResp) ProtoMessage

func (*ContainsRoleResp) ProtoMessage()

func (*ContainsRoleResp) ProtoReflect

func (x *ContainsRoleResp) ProtoReflect() protoreflect.Message

func (*ContainsRoleResp) Reset

func (x *ContainsRoleResp) Reset()

func (*ContainsRoleResp) Size

func (x *ContainsRoleResp) Size() (n int)

func (*ContainsRoleResp) String

func (x *ContainsRoleResp) String() string

type CountNotificationReq

type CountNotificationReq struct {
	UserId     string                  `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Type       *NotificationType       `protobuf:"varint,2,opt,name=type,proto3,enum=meowchat.system.NotificationType,oneof" json:"type,omitempty"`
	TargetType *NotificationTargetType `protobuf:"varint,3,opt,name=targetType,proto3,enum=meowchat.system.NotificationTargetType,oneof" json:"targetType,omitempty"`
	// contains filtered or unexported fields
}

func (*CountNotificationReq) Descriptor deprecated

func (*CountNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use CountNotificationReq.ProtoReflect.Descriptor instead.

func (*CountNotificationReq) FastRead

func (x *CountNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CountNotificationReq) FastWrite

func (x *CountNotificationReq) FastWrite(buf []byte) (offset int)

func (*CountNotificationReq) GetTargetType

func (x *CountNotificationReq) GetTargetType() NotificationTargetType

func (*CountNotificationReq) GetType

func (*CountNotificationReq) GetUserId

func (x *CountNotificationReq) GetUserId() string

func (*CountNotificationReq) ProtoMessage

func (*CountNotificationReq) ProtoMessage()

func (*CountNotificationReq) ProtoReflect

func (x *CountNotificationReq) ProtoReflect() protoreflect.Message

func (*CountNotificationReq) Reset

func (x *CountNotificationReq) Reset()

func (*CountNotificationReq) Size

func (x *CountNotificationReq) Size() (n int)

func (*CountNotificationReq) String

func (x *CountNotificationReq) String() string

type CountNotificationResp

type CountNotificationResp struct {
	NotificationCount int64 `protobuf:"varint,1,opt,name=notificationCount,proto3" json:"notificationCount,omitempty"`
	// contains filtered or unexported fields
}

func (*CountNotificationResp) Descriptor deprecated

func (*CountNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use CountNotificationResp.ProtoReflect.Descriptor instead.

func (*CountNotificationResp) FastRead

func (x *CountNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CountNotificationResp) FastWrite

func (x *CountNotificationResp) FastWrite(buf []byte) (offset int)

func (*CountNotificationResp) GetNotificationCount

func (x *CountNotificationResp) GetNotificationCount() int64

func (*CountNotificationResp) ProtoMessage

func (*CountNotificationResp) ProtoMessage()

func (*CountNotificationResp) ProtoReflect

func (x *CountNotificationResp) ProtoReflect() protoreflect.Message

func (*CountNotificationResp) Reset

func (x *CountNotificationResp) Reset()

func (*CountNotificationResp) Size

func (x *CountNotificationResp) Size() (n int)

func (*CountNotificationResp) String

func (x *CountNotificationResp) String() string

type CreateAdminReq

type CreateAdminReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title       string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Phone       string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
	Wechat      string `protobuf:"bytes,5,opt,name=wechat,proto3" json:"wechat,omitempty"`
	AvatarUrl   string `protobuf:"bytes,6,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAdminReq) Descriptor deprecated

func (*CreateAdminReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateAdminReq.ProtoReflect.Descriptor instead.

func (*CreateAdminReq) FastRead

func (x *CreateAdminReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateAdminReq) FastWrite

func (x *CreateAdminReq) FastWrite(buf []byte) (offset int)

func (*CreateAdminReq) GetAvatarUrl

func (x *CreateAdminReq) GetAvatarUrl() string

func (*CreateAdminReq) GetCommunityId

func (x *CreateAdminReq) GetCommunityId() string

func (*CreateAdminReq) GetName

func (x *CreateAdminReq) GetName() string

func (*CreateAdminReq) GetPhone

func (x *CreateAdminReq) GetPhone() string

func (*CreateAdminReq) GetTitle

func (x *CreateAdminReq) GetTitle() string

func (*CreateAdminReq) GetWechat

func (x *CreateAdminReq) GetWechat() string

func (*CreateAdminReq) ProtoMessage

func (*CreateAdminReq) ProtoMessage()

func (*CreateAdminReq) ProtoReflect

func (x *CreateAdminReq) ProtoReflect() protoreflect.Message

func (*CreateAdminReq) Reset

func (x *CreateAdminReq) Reset()

func (*CreateAdminReq) Size

func (x *CreateAdminReq) Size() (n int)

func (*CreateAdminReq) String

func (x *CreateAdminReq) String() string

type CreateAdminResp

type CreateAdminResp struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAdminResp) Descriptor deprecated

func (*CreateAdminResp) Descriptor() ([]byte, []int)

Deprecated: Use CreateAdminResp.ProtoReflect.Descriptor instead.

func (*CreateAdminResp) FastRead

func (x *CreateAdminResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateAdminResp) FastWrite

func (x *CreateAdminResp) FastWrite(buf []byte) (offset int)

func (*CreateAdminResp) GetId

func (x *CreateAdminResp) GetId() string

func (*CreateAdminResp) ProtoMessage

func (*CreateAdminResp) ProtoMessage()

func (*CreateAdminResp) ProtoReflect

func (x *CreateAdminResp) ProtoReflect() protoreflect.Message

func (*CreateAdminResp) Reset

func (x *CreateAdminResp) Reset()

func (*CreateAdminResp) Size

func (x *CreateAdminResp) Size() (n int)

func (*CreateAdminResp) String

func (x *CreateAdminResp) String() string

type CreateApplyReq

type CreateApplyReq struct {
	ApplicantId string `protobuf:"bytes,1,opt,name=applicantId,proto3" json:"applicantId,omitempty"`
	CommunityId string `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateApplyReq) Descriptor deprecated

func (*CreateApplyReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateApplyReq.ProtoReflect.Descriptor instead.

func (*CreateApplyReq) FastRead

func (x *CreateApplyReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateApplyReq) FastWrite

func (x *CreateApplyReq) FastWrite(buf []byte) (offset int)

func (*CreateApplyReq) GetApplicantId

func (x *CreateApplyReq) GetApplicantId() string

func (*CreateApplyReq) GetCommunityId

func (x *CreateApplyReq) GetCommunityId() string

func (*CreateApplyReq) ProtoMessage

func (*CreateApplyReq) ProtoMessage()

func (*CreateApplyReq) ProtoReflect

func (x *CreateApplyReq) ProtoReflect() protoreflect.Message

func (*CreateApplyReq) Reset

func (x *CreateApplyReq) Reset()

func (*CreateApplyReq) Size

func (x *CreateApplyReq) Size() (n int)

func (*CreateApplyReq) String

func (x *CreateApplyReq) String() string

type CreateApplyResp

type CreateApplyResp struct {
	// contains filtered or unexported fields
}

func (*CreateApplyResp) Descriptor deprecated

func (*CreateApplyResp) Descriptor() ([]byte, []int)

Deprecated: Use CreateApplyResp.ProtoReflect.Descriptor instead.

func (*CreateApplyResp) FastRead

func (x *CreateApplyResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateApplyResp) FastWrite

func (x *CreateApplyResp) FastWrite(buf []byte) (offset int)

func (*CreateApplyResp) ProtoMessage

func (*CreateApplyResp) ProtoMessage()

func (*CreateApplyResp) ProtoReflect

func (x *CreateApplyResp) ProtoReflect() protoreflect.Message

func (*CreateApplyResp) Reset

func (x *CreateApplyResp) Reset()

func (*CreateApplyResp) Size

func (x *CreateApplyResp) Size() (n int)

func (*CreateApplyResp) String

func (x *CreateApplyResp) String() string

type CreateCommunityReq

type CreateCommunityReq struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ParentId string `protobuf:"bytes,2,opt,name=parentId,proto3" json:"parentId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCommunityReq) Descriptor deprecated

func (*CreateCommunityReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateCommunityReq.ProtoReflect.Descriptor instead.

func (*CreateCommunityReq) FastRead

func (x *CreateCommunityReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateCommunityReq) FastWrite

func (x *CreateCommunityReq) FastWrite(buf []byte) (offset int)

func (*CreateCommunityReq) GetName

func (x *CreateCommunityReq) GetName() string

func (*CreateCommunityReq) GetParentId

func (x *CreateCommunityReq) GetParentId() string

func (*CreateCommunityReq) ProtoMessage

func (*CreateCommunityReq) ProtoMessage()

func (*CreateCommunityReq) ProtoReflect

func (x *CreateCommunityReq) ProtoReflect() protoreflect.Message

func (*CreateCommunityReq) Reset

func (x *CreateCommunityReq) Reset()

func (*CreateCommunityReq) Size

func (x *CreateCommunityReq) Size() (n int)

func (*CreateCommunityReq) String

func (x *CreateCommunityReq) String() string

type CreateCommunityResp

type CreateCommunityResp struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCommunityResp) Descriptor deprecated

func (*CreateCommunityResp) Descriptor() ([]byte, []int)

Deprecated: Use CreateCommunityResp.ProtoReflect.Descriptor instead.

func (*CreateCommunityResp) FastRead

func (x *CreateCommunityResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateCommunityResp) FastWrite

func (x *CreateCommunityResp) FastWrite(buf []byte) (offset int)

func (*CreateCommunityResp) GetId

func (x *CreateCommunityResp) GetId() string

func (*CreateCommunityResp) ProtoMessage

func (*CreateCommunityResp) ProtoMessage()

func (*CreateCommunityResp) ProtoReflect

func (x *CreateCommunityResp) ProtoReflect() protoreflect.Message

func (*CreateCommunityResp) Reset

func (x *CreateCommunityResp) Reset()

func (*CreateCommunityResp) Size

func (x *CreateCommunityResp) Size() (n int)

func (*CreateCommunityResp) String

func (x *CreateCommunityResp) String() string

type CreateNewsReq

type CreateNewsReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	ImageUrl    string `protobuf:"bytes,2,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	LinkUrl     string `protobuf:"bytes,3,opt,name=linkUrl,proto3" json:"linkUrl,omitempty"`
	Type        string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	IsPublic    int64  `protobuf:"varint,5,opt,name=isPublic,proto3" json:"isPublic,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNewsReq) Descriptor deprecated

func (*CreateNewsReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateNewsReq.ProtoReflect.Descriptor instead.

func (*CreateNewsReq) FastRead

func (x *CreateNewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateNewsReq) FastWrite

func (x *CreateNewsReq) FastWrite(buf []byte) (offset int)

func (*CreateNewsReq) GetCommunityId

func (x *CreateNewsReq) GetCommunityId() string

func (*CreateNewsReq) GetImageUrl

func (x *CreateNewsReq) GetImageUrl() string

func (*CreateNewsReq) GetIsPublic

func (x *CreateNewsReq) GetIsPublic() int64

func (*CreateNewsReq) GetLinkUrl

func (x *CreateNewsReq) GetLinkUrl() string

func (*CreateNewsReq) GetType

func (x *CreateNewsReq) GetType() string

func (*CreateNewsReq) ProtoMessage

func (*CreateNewsReq) ProtoMessage()

func (*CreateNewsReq) ProtoReflect

func (x *CreateNewsReq) ProtoReflect() protoreflect.Message

func (*CreateNewsReq) Reset

func (x *CreateNewsReq) Reset()

func (*CreateNewsReq) Size

func (x *CreateNewsReq) Size() (n int)

func (*CreateNewsReq) String

func (x *CreateNewsReq) String() string

type CreateNewsResp

type CreateNewsResp struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNewsResp) Descriptor deprecated

func (*CreateNewsResp) Descriptor() ([]byte, []int)

Deprecated: Use CreateNewsResp.ProtoReflect.Descriptor instead.

func (*CreateNewsResp) FastRead

func (x *CreateNewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateNewsResp) FastWrite

func (x *CreateNewsResp) FastWrite(buf []byte) (offset int)

func (*CreateNewsResp) GetId

func (x *CreateNewsResp) GetId() string

func (*CreateNewsResp) ProtoMessage

func (*CreateNewsResp) ProtoMessage()

func (*CreateNewsResp) ProtoReflect

func (x *CreateNewsResp) ProtoReflect() protoreflect.Message

func (*CreateNewsResp) Reset

func (x *CreateNewsResp) Reset()

func (*CreateNewsResp) Size

func (x *CreateNewsResp) Size() (n int)

func (*CreateNewsResp) String

func (x *CreateNewsResp) String() string

type CreateNoticeReq

type CreateNoticeReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Text        string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNoticeReq) Descriptor deprecated

func (*CreateNoticeReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateNoticeReq.ProtoReflect.Descriptor instead.

func (*CreateNoticeReq) FastRead

func (x *CreateNoticeReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateNoticeReq) FastWrite

func (x *CreateNoticeReq) FastWrite(buf []byte) (offset int)

func (*CreateNoticeReq) GetCommunityId

func (x *CreateNoticeReq) GetCommunityId() string

func (*CreateNoticeReq) GetText

func (x *CreateNoticeReq) GetText() string

func (*CreateNoticeReq) ProtoMessage

func (*CreateNoticeReq) ProtoMessage()

func (*CreateNoticeReq) ProtoReflect

func (x *CreateNoticeReq) ProtoReflect() protoreflect.Message

func (*CreateNoticeReq) Reset

func (x *CreateNoticeReq) Reset()

func (*CreateNoticeReq) Size

func (x *CreateNoticeReq) Size() (n int)

func (*CreateNoticeReq) String

func (x *CreateNoticeReq) String() string

type CreateNoticeResp

type CreateNoticeResp struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNoticeResp) Descriptor deprecated

func (*CreateNoticeResp) Descriptor() ([]byte, []int)

Deprecated: Use CreateNoticeResp.ProtoReflect.Descriptor instead.

func (*CreateNoticeResp) FastRead

func (x *CreateNoticeResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateNoticeResp) FastWrite

func (x *CreateNoticeResp) FastWrite(buf []byte) (offset int)

func (*CreateNoticeResp) GetId

func (x *CreateNoticeResp) GetId() string

func (*CreateNoticeResp) ProtoMessage

func (*CreateNoticeResp) ProtoMessage()

func (*CreateNoticeResp) ProtoReflect

func (x *CreateNoticeResp) ProtoReflect() protoreflect.Message

func (*CreateNoticeResp) Reset

func (x *CreateNoticeResp) Reset()

func (*CreateNoticeResp) Size

func (x *CreateNoticeResp) Size() (n int)

func (*CreateNoticeResp) String

func (x *CreateNoticeResp) String() string

type DeleteAdminReq

type DeleteAdminReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAdminReq) Descriptor deprecated

func (*DeleteAdminReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAdminReq.ProtoReflect.Descriptor instead.

func (*DeleteAdminReq) FastRead

func (x *DeleteAdminReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteAdminReq) FastWrite

func (x *DeleteAdminReq) FastWrite(buf []byte) (offset int)

func (*DeleteAdminReq) GetId

func (x *DeleteAdminReq) GetId() string

func (*DeleteAdminReq) ProtoMessage

func (*DeleteAdminReq) ProtoMessage()

func (*DeleteAdminReq) ProtoReflect

func (x *DeleteAdminReq) ProtoReflect() protoreflect.Message

func (*DeleteAdminReq) Reset

func (x *DeleteAdminReq) Reset()

func (*DeleteAdminReq) Size

func (x *DeleteAdminReq) Size() (n int)

func (*DeleteAdminReq) String

func (x *DeleteAdminReq) String() string

type DeleteAdminResp

type DeleteAdminResp struct {
	// contains filtered or unexported fields
}

func (*DeleteAdminResp) Descriptor deprecated

func (*DeleteAdminResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAdminResp.ProtoReflect.Descriptor instead.

func (*DeleteAdminResp) FastRead

func (x *DeleteAdminResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteAdminResp) FastWrite

func (x *DeleteAdminResp) FastWrite(buf []byte) (offset int)

func (*DeleteAdminResp) ProtoMessage

func (*DeleteAdminResp) ProtoMessage()

func (*DeleteAdminResp) ProtoReflect

func (x *DeleteAdminResp) ProtoReflect() protoreflect.Message

func (*DeleteAdminResp) Reset

func (x *DeleteAdminResp) Reset()

func (*DeleteAdminResp) Size

func (x *DeleteAdminResp) Size() (n int)

func (*DeleteAdminResp) String

func (x *DeleteAdminResp) String() string

type DeleteCommunityReq

type DeleteCommunityReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCommunityReq) Descriptor deprecated

func (*DeleteCommunityReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCommunityReq.ProtoReflect.Descriptor instead.

func (*DeleteCommunityReq) FastRead

func (x *DeleteCommunityReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteCommunityReq) FastWrite

func (x *DeleteCommunityReq) FastWrite(buf []byte) (offset int)

func (*DeleteCommunityReq) GetId

func (x *DeleteCommunityReq) GetId() string

func (*DeleteCommunityReq) ProtoMessage

func (*DeleteCommunityReq) ProtoMessage()

func (*DeleteCommunityReq) ProtoReflect

func (x *DeleteCommunityReq) ProtoReflect() protoreflect.Message

func (*DeleteCommunityReq) Reset

func (x *DeleteCommunityReq) Reset()

func (*DeleteCommunityReq) Size

func (x *DeleteCommunityReq) Size() (n int)

func (*DeleteCommunityReq) String

func (x *DeleteCommunityReq) String() string

type DeleteCommunityResp

type DeleteCommunityResp struct {
	// contains filtered or unexported fields
}

func (*DeleteCommunityResp) Descriptor deprecated

func (*DeleteCommunityResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCommunityResp.ProtoReflect.Descriptor instead.

func (*DeleteCommunityResp) FastRead

func (x *DeleteCommunityResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteCommunityResp) FastWrite

func (x *DeleteCommunityResp) FastWrite(buf []byte) (offset int)

func (*DeleteCommunityResp) ProtoMessage

func (*DeleteCommunityResp) ProtoMessage()

func (*DeleteCommunityResp) ProtoReflect

func (x *DeleteCommunityResp) ProtoReflect() protoreflect.Message

func (*DeleteCommunityResp) Reset

func (x *DeleteCommunityResp) Reset()

func (*DeleteCommunityResp) Size

func (x *DeleteCommunityResp) Size() (n int)

func (*DeleteCommunityResp) String

func (x *DeleteCommunityResp) String() string

type DeleteNewsReq

type DeleteNewsReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNewsReq) Descriptor deprecated

func (*DeleteNewsReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNewsReq.ProtoReflect.Descriptor instead.

func (*DeleteNewsReq) FastRead

func (x *DeleteNewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteNewsReq) FastWrite

func (x *DeleteNewsReq) FastWrite(buf []byte) (offset int)

func (*DeleteNewsReq) GetId

func (x *DeleteNewsReq) GetId() string

func (*DeleteNewsReq) ProtoMessage

func (*DeleteNewsReq) ProtoMessage()

func (*DeleteNewsReq) ProtoReflect

func (x *DeleteNewsReq) ProtoReflect() protoreflect.Message

func (*DeleteNewsReq) Reset

func (x *DeleteNewsReq) Reset()

func (*DeleteNewsReq) Size

func (x *DeleteNewsReq) Size() (n int)

func (*DeleteNewsReq) String

func (x *DeleteNewsReq) String() string

type DeleteNewsResp

type DeleteNewsResp struct {
	// contains filtered or unexported fields
}

func (*DeleteNewsResp) Descriptor deprecated

func (*DeleteNewsResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNewsResp.ProtoReflect.Descriptor instead.

func (*DeleteNewsResp) FastRead

func (x *DeleteNewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteNewsResp) FastWrite

func (x *DeleteNewsResp) FastWrite(buf []byte) (offset int)

func (*DeleteNewsResp) ProtoMessage

func (*DeleteNewsResp) ProtoMessage()

func (*DeleteNewsResp) ProtoReflect

func (x *DeleteNewsResp) ProtoReflect() protoreflect.Message

func (*DeleteNewsResp) Reset

func (x *DeleteNewsResp) Reset()

func (*DeleteNewsResp) Size

func (x *DeleteNewsResp) Size() (n int)

func (*DeleteNewsResp) String

func (x *DeleteNewsResp) String() string

type DeleteNoticeReq

type DeleteNoticeReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNoticeReq) Descriptor deprecated

func (*DeleteNoticeReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNoticeReq.ProtoReflect.Descriptor instead.

func (*DeleteNoticeReq) FastRead

func (x *DeleteNoticeReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteNoticeReq) FastWrite

func (x *DeleteNoticeReq) FastWrite(buf []byte) (offset int)

func (*DeleteNoticeReq) GetId

func (x *DeleteNoticeReq) GetId() string

func (*DeleteNoticeReq) ProtoMessage

func (*DeleteNoticeReq) ProtoMessage()

func (*DeleteNoticeReq) ProtoReflect

func (x *DeleteNoticeReq) ProtoReflect() protoreflect.Message

func (*DeleteNoticeReq) Reset

func (x *DeleteNoticeReq) Reset()

func (*DeleteNoticeReq) Size

func (x *DeleteNoticeReq) Size() (n int)

func (*DeleteNoticeReq) String

func (x *DeleteNoticeReq) String() string

type DeleteNoticeResp

type DeleteNoticeResp struct {
	// contains filtered or unexported fields
}

func (*DeleteNoticeResp) Descriptor deprecated

func (*DeleteNoticeResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNoticeResp.ProtoReflect.Descriptor instead.

func (*DeleteNoticeResp) FastRead

func (x *DeleteNoticeResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteNoticeResp) FastWrite

func (x *DeleteNoticeResp) FastWrite(buf []byte) (offset int)

func (*DeleteNoticeResp) ProtoMessage

func (*DeleteNoticeResp) ProtoMessage()

func (*DeleteNoticeResp) ProtoReflect

func (x *DeleteNoticeResp) ProtoReflect() protoreflect.Message

func (*DeleteNoticeResp) Reset

func (x *DeleteNoticeResp) Reset()

func (*DeleteNoticeResp) Size

func (x *DeleteNoticeResp) Size() (n int)

func (*DeleteNoticeResp) String

func (x *DeleteNoticeResp) String() string

type HandleApplyReq

type HandleApplyReq struct {
	ApplyId    string `protobuf:"bytes,1,opt,name=applyId,proto3" json:"applyId,omitempty"`
	IsRejected bool   `protobuf:"varint,2,opt,name=isRejected,proto3" json:"isRejected,omitempty"`
	// contains filtered or unexported fields
}

func (*HandleApplyReq) Descriptor deprecated

func (*HandleApplyReq) Descriptor() ([]byte, []int)

Deprecated: Use HandleApplyReq.ProtoReflect.Descriptor instead.

func (*HandleApplyReq) FastRead

func (x *HandleApplyReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*HandleApplyReq) FastWrite

func (x *HandleApplyReq) FastWrite(buf []byte) (offset int)

func (*HandleApplyReq) GetApplyId

func (x *HandleApplyReq) GetApplyId() string

func (*HandleApplyReq) GetIsRejected

func (x *HandleApplyReq) GetIsRejected() bool

func (*HandleApplyReq) ProtoMessage

func (*HandleApplyReq) ProtoMessage()

func (*HandleApplyReq) ProtoReflect

func (x *HandleApplyReq) ProtoReflect() protoreflect.Message

func (*HandleApplyReq) Reset

func (x *HandleApplyReq) Reset()

func (*HandleApplyReq) Size

func (x *HandleApplyReq) Size() (n int)

func (*HandleApplyReq) String

func (x *HandleApplyReq) String() string

type HandleApplyResp

type HandleApplyResp struct {
	// contains filtered or unexported fields
}

func (*HandleApplyResp) Descriptor deprecated

func (*HandleApplyResp) Descriptor() ([]byte, []int)

Deprecated: Use HandleApplyResp.ProtoReflect.Descriptor instead.

func (*HandleApplyResp) FastRead

func (x *HandleApplyResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*HandleApplyResp) FastWrite

func (x *HandleApplyResp) FastWrite(buf []byte) (offset int)

func (*HandleApplyResp) ProtoMessage

func (*HandleApplyResp) ProtoMessage()

func (*HandleApplyResp) ProtoReflect

func (x *HandleApplyResp) ProtoReflect() protoreflect.Message

func (*HandleApplyResp) Reset

func (x *HandleApplyResp) Reset()

func (*HandleApplyResp) Size

func (x *HandleApplyResp) Size() (n int)

func (*HandleApplyResp) String

func (x *HandleApplyResp) String() string

type ListAdminReq

type ListAdminReq struct {
	CommunityId string           `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Page        int64            `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`         // 分页的当前页,从1开始
	PageSize    int64            `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` // 分页的每页大小,小于1时不分页
	Sort        map[string]int32 ``                                                                       // 排序的字段,key为字段名,value为1为升序,-1为降序
	/* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListAdminReq) Descriptor deprecated

func (*ListAdminReq) Descriptor() ([]byte, []int)

Deprecated: Use ListAdminReq.ProtoReflect.Descriptor instead.

func (*ListAdminReq) FastRead

func (x *ListAdminReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListAdminReq) FastWrite

func (x *ListAdminReq) FastWrite(buf []byte) (offset int)

func (*ListAdminReq) GetCommunityId

func (x *ListAdminReq) GetCommunityId() string

func (*ListAdminReq) GetPage

func (x *ListAdminReq) GetPage() int64

func (*ListAdminReq) GetPageSize

func (x *ListAdminReq) GetPageSize() int64

func (*ListAdminReq) GetSort

func (x *ListAdminReq) GetSort() map[string]int32

func (*ListAdminReq) ProtoMessage

func (*ListAdminReq) ProtoMessage()

func (*ListAdminReq) ProtoReflect

func (x *ListAdminReq) ProtoReflect() protoreflect.Message

func (*ListAdminReq) Reset

func (x *ListAdminReq) Reset()

func (*ListAdminReq) Size

func (x *ListAdminReq) Size() (n int)

func (*ListAdminReq) String

func (x *ListAdminReq) String() string

type ListAdminResp

type ListAdminResp struct {
	Admins []*Admin `protobuf:"bytes,1,rep,name=admins,proto3" json:"admins,omitempty"`
	Count  int64    `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAdminResp) Descriptor deprecated

func (*ListAdminResp) Descriptor() ([]byte, []int)

Deprecated: Use ListAdminResp.ProtoReflect.Descriptor instead.

func (*ListAdminResp) FastRead

func (x *ListAdminResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListAdminResp) FastWrite

func (x *ListAdminResp) FastWrite(buf []byte) (offset int)

func (*ListAdminResp) GetAdmins

func (x *ListAdminResp) GetAdmins() []*Admin

func (*ListAdminResp) GetCount

func (x *ListAdminResp) GetCount() int64

func (*ListAdminResp) ProtoMessage

func (*ListAdminResp) ProtoMessage()

func (*ListAdminResp) ProtoReflect

func (x *ListAdminResp) ProtoReflect() protoreflect.Message

func (*ListAdminResp) Reset

func (x *ListAdminResp) Reset()

func (*ListAdminResp) Size

func (x *ListAdminResp) Size() (n int)

func (*ListAdminResp) String

func (x *ListAdminResp) String() string

type ListApplyReq

type ListApplyReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplyReq) Descriptor deprecated

func (*ListApplyReq) Descriptor() ([]byte, []int)

Deprecated: Use ListApplyReq.ProtoReflect.Descriptor instead.

func (*ListApplyReq) FastRead

func (x *ListApplyReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListApplyReq) FastWrite

func (x *ListApplyReq) FastWrite(buf []byte) (offset int)

func (*ListApplyReq) GetCommunityId

func (x *ListApplyReq) GetCommunityId() string

func (*ListApplyReq) ProtoMessage

func (*ListApplyReq) ProtoMessage()

func (*ListApplyReq) ProtoReflect

func (x *ListApplyReq) ProtoReflect() protoreflect.Message

func (*ListApplyReq) Reset

func (x *ListApplyReq) Reset()

func (*ListApplyReq) Size

func (x *ListApplyReq) Size() (n int)

func (*ListApplyReq) String

func (x *ListApplyReq) String() string

type ListApplyResp

type ListApplyResp struct {
	Apply []*Apply `protobuf:"bytes,1,rep,name=apply,proto3" json:"apply,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplyResp) Descriptor deprecated

func (*ListApplyResp) Descriptor() ([]byte, []int)

Deprecated: Use ListApplyResp.ProtoReflect.Descriptor instead.

func (*ListApplyResp) FastRead

func (x *ListApplyResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListApplyResp) FastWrite

func (x *ListApplyResp) FastWrite(buf []byte) (offset int)

func (*ListApplyResp) GetApply

func (x *ListApplyResp) GetApply() []*Apply

func (*ListApplyResp) ProtoMessage

func (*ListApplyResp) ProtoMessage()

func (*ListApplyResp) ProtoReflect

func (x *ListApplyResp) ProtoReflect() protoreflect.Message

func (*ListApplyResp) Reset

func (x *ListApplyResp) Reset()

func (*ListApplyResp) Size

func (x *ListApplyResp) Size() (n int)

func (*ListApplyResp) String

func (x *ListApplyResp) String() string

type ListCommunityReq

type ListCommunityReq struct {
	ParentId string           `protobuf:"bytes,1,opt,name=parentId,proto3" json:"parentId,omitempty"`
	Page     int64            `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`         // 分页的当前页,从1开始
	PageSize int64            `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` // 分页的每页大小,小于1时不分页
	Sort     map[string]int32 ``                                                                       // 排序的字段,key为字段名,value为1为升序,-1为降序
	/* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListCommunityReq) Descriptor deprecated

func (*ListCommunityReq) Descriptor() ([]byte, []int)

Deprecated: Use ListCommunityReq.ProtoReflect.Descriptor instead.

func (*ListCommunityReq) FastRead

func (x *ListCommunityReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListCommunityReq) FastWrite

func (x *ListCommunityReq) FastWrite(buf []byte) (offset int)

func (*ListCommunityReq) GetPage

func (x *ListCommunityReq) GetPage() int64

func (*ListCommunityReq) GetPageSize

func (x *ListCommunityReq) GetPageSize() int64

func (*ListCommunityReq) GetParentId

func (x *ListCommunityReq) GetParentId() string

func (*ListCommunityReq) GetSort

func (x *ListCommunityReq) GetSort() map[string]int32

func (*ListCommunityReq) ProtoMessage

func (*ListCommunityReq) ProtoMessage()

func (*ListCommunityReq) ProtoReflect

func (x *ListCommunityReq) ProtoReflect() protoreflect.Message

func (*ListCommunityReq) Reset

func (x *ListCommunityReq) Reset()

func (*ListCommunityReq) Size

func (x *ListCommunityReq) Size() (n int)

func (*ListCommunityReq) String

func (x *ListCommunityReq) String() string

type ListCommunityResp

type ListCommunityResp struct {
	Communities []*Community `protobuf:"bytes,1,rep,name=communities,proto3" json:"communities,omitempty"`
	Count       int64        `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCommunityResp) Descriptor deprecated

func (*ListCommunityResp) Descriptor() ([]byte, []int)

Deprecated: Use ListCommunityResp.ProtoReflect.Descriptor instead.

func (*ListCommunityResp) FastRead

func (x *ListCommunityResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListCommunityResp) FastWrite

func (x *ListCommunityResp) FastWrite(buf []byte) (offset int)

func (*ListCommunityResp) GetCommunities

func (x *ListCommunityResp) GetCommunities() []*Community

func (*ListCommunityResp) GetCount

func (x *ListCommunityResp) GetCount() int64

func (*ListCommunityResp) ProtoMessage

func (*ListCommunityResp) ProtoMessage()

func (*ListCommunityResp) ProtoReflect

func (x *ListCommunityResp) ProtoReflect() protoreflect.Message

func (*ListCommunityResp) Reset

func (x *ListCommunityResp) Reset()

func (*ListCommunityResp) Size

func (x *ListCommunityResp) Size() (n int)

func (*ListCommunityResp) String

func (x *ListCommunityResp) String() string

type ListNewsReq

type ListNewsReq struct {
	CommunityId string           `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Page        int64            `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`         // 分页的当前页,从1开始
	PageSize    int64            `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` // 分页的每页大小,小于1时不分页
	Sort        map[string]int32 ``                                                                       // 排序的字段,key为字段名,value为1为升序,-1为降序
	/* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListNewsReq) Descriptor deprecated

func (*ListNewsReq) Descriptor() ([]byte, []int)

Deprecated: Use ListNewsReq.ProtoReflect.Descriptor instead.

func (*ListNewsReq) FastRead

func (x *ListNewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListNewsReq) FastWrite

func (x *ListNewsReq) FastWrite(buf []byte) (offset int)

func (*ListNewsReq) GetCommunityId

func (x *ListNewsReq) GetCommunityId() string

func (*ListNewsReq) GetPage

func (x *ListNewsReq) GetPage() int64

func (*ListNewsReq) GetPageSize

func (x *ListNewsReq) GetPageSize() int64

func (*ListNewsReq) GetSort

func (x *ListNewsReq) GetSort() map[string]int32

func (*ListNewsReq) ProtoMessage

func (*ListNewsReq) ProtoMessage()

func (*ListNewsReq) ProtoReflect

func (x *ListNewsReq) ProtoReflect() protoreflect.Message

func (*ListNewsReq) Reset

func (x *ListNewsReq) Reset()

func (*ListNewsReq) Size

func (x *ListNewsReq) Size() (n int)

func (*ListNewsReq) String

func (x *ListNewsReq) String() string

type ListNewsResp

type ListNewsResp struct {
	News  []*News `protobuf:"bytes,1,rep,name=news,proto3" json:"news,omitempty"`
	Count int64   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNewsResp) Descriptor deprecated

func (*ListNewsResp) Descriptor() ([]byte, []int)

Deprecated: Use ListNewsResp.ProtoReflect.Descriptor instead.

func (*ListNewsResp) FastRead

func (x *ListNewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListNewsResp) FastWrite

func (x *ListNewsResp) FastWrite(buf []byte) (offset int)

func (*ListNewsResp) GetCount

func (x *ListNewsResp) GetCount() int64

func (*ListNewsResp) GetNews

func (x *ListNewsResp) GetNews() []*News

func (*ListNewsResp) ProtoMessage

func (*ListNewsResp) ProtoMessage()

func (*ListNewsResp) ProtoReflect

func (x *ListNewsResp) ProtoReflect() protoreflect.Message

func (*ListNewsResp) Reset

func (x *ListNewsResp) Reset()

func (*ListNewsResp) Size

func (x *ListNewsResp) Size() (n int)

func (*ListNewsResp) String

func (x *ListNewsResp) String() string

type ListNoticeReq

type ListNoticeReq struct {
	CommunityId string           `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Page        int64            `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`         // 分页的当前页,从1开始
	PageSize    int64            `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` // 分页的每页大小,小于1时不分页
	Sort        map[string]int32 ``                                                                       // 排序的字段,key为字段名,value为1为升序,-1为降序
	/* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListNoticeReq) Descriptor deprecated

func (*ListNoticeReq) Descriptor() ([]byte, []int)

Deprecated: Use ListNoticeReq.ProtoReflect.Descriptor instead.

func (*ListNoticeReq) FastRead

func (x *ListNoticeReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListNoticeReq) FastWrite

func (x *ListNoticeReq) FastWrite(buf []byte) (offset int)

func (*ListNoticeReq) GetCommunityId

func (x *ListNoticeReq) GetCommunityId() string

func (*ListNoticeReq) GetPage

func (x *ListNoticeReq) GetPage() int64

func (*ListNoticeReq) GetPageSize

func (x *ListNoticeReq) GetPageSize() int64

func (*ListNoticeReq) GetSort

func (x *ListNoticeReq) GetSort() map[string]int32

func (*ListNoticeReq) ProtoMessage

func (*ListNoticeReq) ProtoMessage()

func (*ListNoticeReq) ProtoReflect

func (x *ListNoticeReq) ProtoReflect() protoreflect.Message

func (*ListNoticeReq) Reset

func (x *ListNoticeReq) Reset()

func (*ListNoticeReq) Size

func (x *ListNoticeReq) Size() (n int)

func (*ListNoticeReq) String

func (x *ListNoticeReq) String() string

type ListNoticeResp

type ListNoticeResp struct {
	Notices []*Notice `protobuf:"bytes,1,rep,name=notices,proto3" json:"notices,omitempty"`
	Count   int64     `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNoticeResp) Descriptor deprecated

func (*ListNoticeResp) Descriptor() ([]byte, []int)

Deprecated: Use ListNoticeResp.ProtoReflect.Descriptor instead.

func (*ListNoticeResp) FastRead

func (x *ListNoticeResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListNoticeResp) FastWrite

func (x *ListNoticeResp) FastWrite(buf []byte) (offset int)

func (*ListNoticeResp) GetCount

func (x *ListNoticeResp) GetCount() int64

func (*ListNoticeResp) GetNotices

func (x *ListNoticeResp) GetNotices() []*Notice

func (*ListNoticeResp) ProtoMessage

func (*ListNoticeResp) ProtoMessage()

func (*ListNoticeResp) ProtoReflect

func (x *ListNoticeResp) ProtoReflect() protoreflect.Message

func (*ListNoticeResp) Reset

func (x *ListNoticeResp) Reset()

func (*ListNoticeResp) Size

func (x *ListNoticeResp) Size() (n int)

func (*ListNoticeResp) String

func (x *ListNoticeResp) String() string

type ListNotificationReq

type ListNotificationReq struct {
	UserId            *string                  `protobuf:"bytes,1,opt,name=userId,proto3,oneof" json:"userId,omitempty"`
	Type              *NotificationType        `protobuf:"varint,2,opt,name=type,proto3,enum=meowchat.system.NotificationType,oneof" json:"type,omitempty"`
	TargetType        *NotificationTargetType  `protobuf:"varint,3,opt,name=targetType,proto3,enum=meowchat.system.NotificationTargetType,oneof" json:"targetType,omitempty"`
	PaginationOptions *basic.PaginationOptions `protobuf:"bytes,4,opt,name=paginationOptions,proto3,oneof" json:"paginationOptions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationReq) Descriptor deprecated

func (*ListNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use ListNotificationReq.ProtoReflect.Descriptor instead.

func (*ListNotificationReq) FastRead

func (x *ListNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListNotificationReq) FastWrite

func (x *ListNotificationReq) FastWrite(buf []byte) (offset int)

func (*ListNotificationReq) GetPaginationOptions

func (x *ListNotificationReq) GetPaginationOptions() *basic.PaginationOptions

func (*ListNotificationReq) GetTargetType

func (x *ListNotificationReq) GetTargetType() NotificationTargetType

func (*ListNotificationReq) GetType

func (*ListNotificationReq) GetUserId

func (x *ListNotificationReq) GetUserId() string

func (*ListNotificationReq) ProtoMessage

func (*ListNotificationReq) ProtoMessage()

func (*ListNotificationReq) ProtoReflect

func (x *ListNotificationReq) ProtoReflect() protoreflect.Message

func (*ListNotificationReq) Reset

func (x *ListNotificationReq) Reset()

func (*ListNotificationReq) Size

func (x *ListNotificationReq) Size() (n int)

func (*ListNotificationReq) String

func (x *ListNotificationReq) String() string

type ListNotificationResp

type ListNotificationResp struct {
	Notifications []*Notification `protobuf:"bytes,1,rep,name=notifications,proto3" json:"notifications,omitempty"`
	NotRead       int64           `protobuf:"varint,2,opt,name=notRead,proto3" json:"notRead,omitempty"`
	Total         int64           `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	Token         string          `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationResp) Descriptor deprecated

func (*ListNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use ListNotificationResp.ProtoReflect.Descriptor instead.

func (*ListNotificationResp) FastRead

func (x *ListNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListNotificationResp) FastWrite

func (x *ListNotificationResp) FastWrite(buf []byte) (offset int)

func (*ListNotificationResp) GetNotRead

func (x *ListNotificationResp) GetNotRead() int64

func (*ListNotificationResp) GetNotifications

func (x *ListNotificationResp) GetNotifications() []*Notification

func (*ListNotificationResp) GetToken

func (x *ListNotificationResp) GetToken() string

func (*ListNotificationResp) GetTotal

func (x *ListNotificationResp) GetTotal() int64

func (*ListNotificationResp) ProtoMessage

func (*ListNotificationResp) ProtoMessage()

func (*ListNotificationResp) ProtoReflect

func (x *ListNotificationResp) ProtoReflect() protoreflect.Message

func (*ListNotificationResp) Reset

func (x *ListNotificationResp) Reset()

func (*ListNotificationResp) Size

func (x *ListNotificationResp) Size() (n int)

func (*ListNotificationResp) String

func (x *ListNotificationResp) String() string

type ListUserIdByRoleReq

type ListUserIdByRoleReq struct {
	Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"` //如果为roleType为superAdmin则为空值
	// contains filtered or unexported fields
}

func (*ListUserIdByRoleReq) Descriptor deprecated

func (*ListUserIdByRoleReq) Descriptor() ([]byte, []int)

Deprecated: Use ListUserIdByRoleReq.ProtoReflect.Descriptor instead.

func (*ListUserIdByRoleReq) FastRead

func (x *ListUserIdByRoleReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListUserIdByRoleReq) FastWrite

func (x *ListUserIdByRoleReq) FastWrite(buf []byte) (offset int)

func (*ListUserIdByRoleReq) GetRole

func (x *ListUserIdByRoleReq) GetRole() *Role

func (*ListUserIdByRoleReq) ProtoMessage

func (*ListUserIdByRoleReq) ProtoMessage()

func (*ListUserIdByRoleReq) ProtoReflect

func (x *ListUserIdByRoleReq) ProtoReflect() protoreflect.Message

func (*ListUserIdByRoleReq) Reset

func (x *ListUserIdByRoleReq) Reset()

func (*ListUserIdByRoleReq) Size

func (x *ListUserIdByRoleReq) Size() (n int)

func (*ListUserIdByRoleReq) String

func (x *ListUserIdByRoleReq) String() string

type ListUserIdByRoleResp

type ListUserIdByRoleResp struct {
	UserId []string `protobuf:"bytes,1,rep,name=userId,proto3" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserIdByRoleResp) Descriptor deprecated

func (*ListUserIdByRoleResp) Descriptor() ([]byte, []int)

Deprecated: Use ListUserIdByRoleResp.ProtoReflect.Descriptor instead.

func (*ListUserIdByRoleResp) FastRead

func (x *ListUserIdByRoleResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListUserIdByRoleResp) FastWrite

func (x *ListUserIdByRoleResp) FastWrite(buf []byte) (offset int)

func (*ListUserIdByRoleResp) GetUserId

func (x *ListUserIdByRoleResp) GetUserId() []string

func (*ListUserIdByRoleResp) ProtoMessage

func (*ListUserIdByRoleResp) ProtoMessage()

func (*ListUserIdByRoleResp) ProtoReflect

func (x *ListUserIdByRoleResp) ProtoReflect() protoreflect.Message

func (*ListUserIdByRoleResp) Reset

func (x *ListUserIdByRoleResp) Reset()

func (*ListUserIdByRoleResp) Size

func (x *ListUserIdByRoleResp) Size() (n int)

func (*ListUserIdByRoleResp) String

func (x *ListUserIdByRoleResp) String() string

type News

type News struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CommunityId string `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty"`
	ImageUrl    string `protobuf:"bytes,3,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	LinkUrl     string `protobuf:"bytes,4,opt,name=linkUrl,proto3" json:"linkUrl,omitempty"`
	Type        string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	IsPublic    int64  `protobuf:"varint,6,opt,name=isPublic,proto3" json:"isPublic,omitempty"`
	// contains filtered or unexported fields
}

func (*News) Descriptor deprecated

func (*News) Descriptor() ([]byte, []int)

Deprecated: Use News.ProtoReflect.Descriptor instead.

func (*News) FastRead

func (x *News) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*News) FastWrite

func (x *News) FastWrite(buf []byte) (offset int)

func (*News) GetCommunityId

func (x *News) GetCommunityId() string

func (*News) GetId

func (x *News) GetId() string

func (*News) GetImageUrl

func (x *News) GetImageUrl() string

func (*News) GetIsPublic

func (x *News) GetIsPublic() int64

func (*News) GetLinkUrl

func (x *News) GetLinkUrl() string

func (*News) GetType

func (x *News) GetType() string

func (*News) ProtoMessage

func (*News) ProtoMessage()

func (*News) ProtoReflect

func (x *News) ProtoReflect() protoreflect.Message

func (*News) Reset

func (x *News) Reset()

func (*News) Size

func (x *News) Size() (n int)

func (*News) String

func (x *News) String() string

type Notice

type Notice struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CommunityId string `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Text        string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	CreateAt    int64  `protobuf:"varint,4,opt,name=createAt,proto3" json:"createAt,omitempty"`
	UpdateAt    int64  `protobuf:"varint,5,opt,name=updateAt,proto3" json:"updateAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Notice) Descriptor deprecated

func (*Notice) Descriptor() ([]byte, []int)

Deprecated: Use Notice.ProtoReflect.Descriptor instead.

func (*Notice) FastRead

func (x *Notice) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Notice) FastWrite

func (x *Notice) FastWrite(buf []byte) (offset int)

func (*Notice) GetCommunityId

func (x *Notice) GetCommunityId() string

func (*Notice) GetCreateAt

func (x *Notice) GetCreateAt() int64

func (*Notice) GetId

func (x *Notice) GetId() string

func (*Notice) GetText

func (x *Notice) GetText() string

func (*Notice) GetUpdateAt

func (x *Notice) GetUpdateAt() int64

func (*Notice) ProtoMessage

func (*Notice) ProtoMessage()

func (*Notice) ProtoReflect

func (x *Notice) ProtoReflect() protoreflect.Message

func (*Notice) Reset

func (x *Notice) Reset()

func (*Notice) Size

func (x *Notice) Size() (n int)

func (*Notice) String

func (x *Notice) String() string

type Notification

type Notification struct {
	NotificationId  string                 `protobuf:"bytes,1,opt,name=notificationId,proto3" json:"notificationId,omitempty"`
	TargetUserId    string                 `protobuf:"bytes,2,opt,name=TargetUserId,proto3" json:"TargetUserId,omitempty"`
	SourceUserId    string                 `protobuf:"bytes,3,opt,name=SourceUserId,proto3" json:"SourceUserId,omitempty"`
	SourceContentId string                 `protobuf:"bytes,4,opt,name=SourceContentId,proto3" json:"SourceContentId,omitempty"`
	TargetType      NotificationTargetType `protobuf:"varint,5,opt,name=targetType,proto3,enum=meowchat.system.NotificationTargetType" json:"targetType,omitempty"`
	Type            NotificationType       `protobuf:"varint,6,opt,name=type,proto3,enum=meowchat.system.NotificationType" json:"type,omitempty"`
	Text            string                 `protobuf:"bytes,7,opt,name=text,proto3" json:"text,omitempty"`
	CreateAt        int64                  `protobuf:"varint,8,opt,name=createAt,proto3" json:"createAt,omitempty"`
	IsRead          bool                   `protobuf:"varint,9,opt,name=isRead,proto3" json:"isRead,omitempty"`
	// contains filtered or unexported fields
}

func (*Notification) Descriptor deprecated

func (*Notification) Descriptor() ([]byte, []int)

Deprecated: Use Notification.ProtoReflect.Descriptor instead.

func (*Notification) FastRead

func (x *Notification) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Notification) FastWrite

func (x *Notification) FastWrite(buf []byte) (offset int)

func (*Notification) GetCreateAt

func (x *Notification) GetCreateAt() int64

func (*Notification) GetIsRead

func (x *Notification) GetIsRead() bool

func (*Notification) GetNotificationId

func (x *Notification) GetNotificationId() string

func (*Notification) GetSourceContentId

func (x *Notification) GetSourceContentId() string

func (*Notification) GetSourceUserId

func (x *Notification) GetSourceUserId() string

func (*Notification) GetTargetType

func (x *Notification) GetTargetType() NotificationTargetType

func (*Notification) GetTargetUserId

func (x *Notification) GetTargetUserId() string

func (*Notification) GetText

func (x *Notification) GetText() string

func (*Notification) GetType

func (x *Notification) GetType() NotificationType

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) ProtoReflect

func (x *Notification) ProtoReflect() protoreflect.Message

func (*Notification) Reset

func (x *Notification) Reset()

func (*Notification) Size

func (x *Notification) Size() (n int)

func (*Notification) String

func (x *Notification) String() string

type NotificationTargetType

type NotificationTargetType int32
const (
	NotificationTargetType_TargetTypeOther   NotificationTargetType = 0
	NotificationTargetType_TargetTypePost    NotificationTargetType = 1
	NotificationTargetType_TargetTypeMoment  NotificationTargetType = 2
	NotificationTargetType_TargetTypeComment NotificationTargetType = 3
	NotificationTargetType_TargetTypeUser    NotificationTargetType = 4
)

func (NotificationTargetType) Descriptor

func (NotificationTargetType) Enum

func (NotificationTargetType) EnumDescriptor deprecated

func (NotificationTargetType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NotificationTargetType.Descriptor instead.

func (NotificationTargetType) Number

func (NotificationTargetType) String

func (x NotificationTargetType) String() string

func (NotificationTargetType) Type

type NotificationType

type NotificationType int32
const (
	NotificationType_TypeOther     NotificationType = 0
	NotificationType_TypeFollowed  NotificationType = 1
	NotificationType_TypeLiked     NotificationType = 2
	NotificationType_TypeCommented NotificationType = 3
)

func (NotificationType) Descriptor

func (NotificationType) Enum

func (NotificationType) EnumDescriptor deprecated

func (NotificationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NotificationType.Descriptor instead.

func (NotificationType) Number

func (NotificationType) String

func (x NotificationType) String() string

func (NotificationType) Type

type ReadNotificationReq

type ReadNotificationReq struct {
	NotificationId string `protobuf:"bytes,1,opt,name=notificationId,proto3" json:"notificationId,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadNotificationReq) Descriptor deprecated

func (*ReadNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use ReadNotificationReq.ProtoReflect.Descriptor instead.

func (*ReadNotificationReq) FastRead

func (x *ReadNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ReadNotificationReq) FastWrite

func (x *ReadNotificationReq) FastWrite(buf []byte) (offset int)

func (*ReadNotificationReq) GetNotificationId

func (x *ReadNotificationReq) GetNotificationId() string

func (*ReadNotificationReq) ProtoMessage

func (*ReadNotificationReq) ProtoMessage()

func (*ReadNotificationReq) ProtoReflect

func (x *ReadNotificationReq) ProtoReflect() protoreflect.Message

func (*ReadNotificationReq) Reset

func (x *ReadNotificationReq) Reset()

func (*ReadNotificationReq) Size

func (x *ReadNotificationReq) Size() (n int)

func (*ReadNotificationReq) String

func (x *ReadNotificationReq) String() string

type ReadNotificationResp

type ReadNotificationResp struct {
	// contains filtered or unexported fields
}

func (*ReadNotificationResp) Descriptor deprecated

func (*ReadNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use ReadNotificationResp.ProtoReflect.Descriptor instead.

func (*ReadNotificationResp) FastRead

func (x *ReadNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ReadNotificationResp) FastWrite

func (x *ReadNotificationResp) FastWrite(buf []byte) (offset int)

func (*ReadNotificationResp) ProtoMessage

func (*ReadNotificationResp) ProtoMessage()

func (*ReadNotificationResp) ProtoReflect

func (x *ReadNotificationResp) ProtoReflect() protoreflect.Message

func (*ReadNotificationResp) Reset

func (x *ReadNotificationResp) Reset()

func (*ReadNotificationResp) Size

func (x *ReadNotificationResp) Size() (n int)

func (*ReadNotificationResp) String

func (x *ReadNotificationResp) String() string

type ReadRangeNotificationReq

type ReadRangeNotificationReq struct {
	UserId     *string                 `protobuf:"bytes,1,opt,name=userId,proto3,oneof" json:"userId,omitempty"`
	Type       *NotificationType       `protobuf:"varint,2,opt,name=type,proto3,enum=meowchat.system.NotificationType,oneof" json:"type,omitempty"`
	TargetType *NotificationTargetType `protobuf:"varint,3,opt,name=targetType,proto3,enum=meowchat.system.NotificationTargetType,oneof" json:"targetType,omitempty"`
	FirstId    string                  `protobuf:"bytes,4,opt,name=firstId,proto3" json:"firstId,omitempty"`
	LastId     string                  `protobuf:"bytes,5,opt,name=lastId,proto3" json:"lastId,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadRangeNotificationReq) Descriptor deprecated

func (*ReadRangeNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use ReadRangeNotificationReq.ProtoReflect.Descriptor instead.

func (*ReadRangeNotificationReq) FastRead

func (x *ReadRangeNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ReadRangeNotificationReq) FastWrite

func (x *ReadRangeNotificationReq) FastWrite(buf []byte) (offset int)

func (*ReadRangeNotificationReq) GetFirstId

func (x *ReadRangeNotificationReq) GetFirstId() string

func (*ReadRangeNotificationReq) GetLastId

func (x *ReadRangeNotificationReq) GetLastId() string

func (*ReadRangeNotificationReq) GetTargetType

func (*ReadRangeNotificationReq) GetType

func (*ReadRangeNotificationReq) GetUserId

func (x *ReadRangeNotificationReq) GetUserId() string

func (*ReadRangeNotificationReq) ProtoMessage

func (*ReadRangeNotificationReq) ProtoMessage()

func (*ReadRangeNotificationReq) ProtoReflect

func (x *ReadRangeNotificationReq) ProtoReflect() protoreflect.Message

func (*ReadRangeNotificationReq) Reset

func (x *ReadRangeNotificationReq) Reset()

func (*ReadRangeNotificationReq) Size

func (x *ReadRangeNotificationReq) Size() (n int)

func (*ReadRangeNotificationReq) String

func (x *ReadRangeNotificationReq) String() string

type ReadRangeNotificationResp

type ReadRangeNotificationResp struct {
	NotRead int64 `protobuf:"varint,1,opt,name=notRead,proto3" json:"notRead,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadRangeNotificationResp) Descriptor deprecated

func (*ReadRangeNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use ReadRangeNotificationResp.ProtoReflect.Descriptor instead.

func (*ReadRangeNotificationResp) FastRead

func (x *ReadRangeNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ReadRangeNotificationResp) FastWrite

func (x *ReadRangeNotificationResp) FastWrite(buf []byte) (offset int)

func (*ReadRangeNotificationResp) GetNotRead

func (x *ReadRangeNotificationResp) GetNotRead() int64

func (*ReadRangeNotificationResp) ProtoMessage

func (*ReadRangeNotificationResp) ProtoMessage()

func (*ReadRangeNotificationResp) ProtoReflect

func (*ReadRangeNotificationResp) Reset

func (x *ReadRangeNotificationResp) Reset()

func (*ReadRangeNotificationResp) Size

func (x *ReadRangeNotificationResp) Size() (n int)

func (*ReadRangeNotificationResp) String

func (x *ReadRangeNotificationResp) String() string

type RetrieveAdminReq

type RetrieveAdminReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveAdminReq) Descriptor deprecated

func (*RetrieveAdminReq) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveAdminReq.ProtoReflect.Descriptor instead.

func (*RetrieveAdminReq) FastRead

func (x *RetrieveAdminReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveAdminReq) FastWrite

func (x *RetrieveAdminReq) FastWrite(buf []byte) (offset int)

func (*RetrieveAdminReq) GetId

func (x *RetrieveAdminReq) GetId() string

func (*RetrieveAdminReq) ProtoMessage

func (*RetrieveAdminReq) ProtoMessage()

func (*RetrieveAdminReq) ProtoReflect

func (x *RetrieveAdminReq) ProtoReflect() protoreflect.Message

func (*RetrieveAdminReq) Reset

func (x *RetrieveAdminReq) Reset()

func (*RetrieveAdminReq) Size

func (x *RetrieveAdminReq) Size() (n int)

func (*RetrieveAdminReq) String

func (x *RetrieveAdminReq) String() string

type RetrieveAdminResp

type RetrieveAdminResp struct {
	Admin *Admin `protobuf:"bytes,1,opt,name=admin,proto3" json:"admin,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveAdminResp) Descriptor deprecated

func (*RetrieveAdminResp) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveAdminResp.ProtoReflect.Descriptor instead.

func (*RetrieveAdminResp) FastRead

func (x *RetrieveAdminResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveAdminResp) FastWrite

func (x *RetrieveAdminResp) FastWrite(buf []byte) (offset int)

func (*RetrieveAdminResp) GetAdmin

func (x *RetrieveAdminResp) GetAdmin() *Admin

func (*RetrieveAdminResp) ProtoMessage

func (*RetrieveAdminResp) ProtoMessage()

func (*RetrieveAdminResp) ProtoReflect

func (x *RetrieveAdminResp) ProtoReflect() protoreflect.Message

func (*RetrieveAdminResp) Reset

func (x *RetrieveAdminResp) Reset()

func (*RetrieveAdminResp) Size

func (x *RetrieveAdminResp) Size() (n int)

func (*RetrieveAdminResp) String

func (x *RetrieveAdminResp) String() string

type RetrieveCommunityReq

type RetrieveCommunityReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveCommunityReq) Descriptor deprecated

func (*RetrieveCommunityReq) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveCommunityReq.ProtoReflect.Descriptor instead.

func (*RetrieveCommunityReq) FastRead

func (x *RetrieveCommunityReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveCommunityReq) FastWrite

func (x *RetrieveCommunityReq) FastWrite(buf []byte) (offset int)

func (*RetrieveCommunityReq) GetId

func (x *RetrieveCommunityReq) GetId() string

func (*RetrieveCommunityReq) ProtoMessage

func (*RetrieveCommunityReq) ProtoMessage()

func (*RetrieveCommunityReq) ProtoReflect

func (x *RetrieveCommunityReq) ProtoReflect() protoreflect.Message

func (*RetrieveCommunityReq) Reset

func (x *RetrieveCommunityReq) Reset()

func (*RetrieveCommunityReq) Size

func (x *RetrieveCommunityReq) Size() (n int)

func (*RetrieveCommunityReq) String

func (x *RetrieveCommunityReq) String() string

type RetrieveCommunityResp

type RetrieveCommunityResp struct {
	Community *Community `protobuf:"bytes,1,opt,name=community,proto3" json:"community,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveCommunityResp) Descriptor deprecated

func (*RetrieveCommunityResp) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveCommunityResp.ProtoReflect.Descriptor instead.

func (*RetrieveCommunityResp) FastRead

func (x *RetrieveCommunityResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveCommunityResp) FastWrite

func (x *RetrieveCommunityResp) FastWrite(buf []byte) (offset int)

func (*RetrieveCommunityResp) GetCommunity

func (x *RetrieveCommunityResp) GetCommunity() *Community

func (*RetrieveCommunityResp) ProtoMessage

func (*RetrieveCommunityResp) ProtoMessage()

func (*RetrieveCommunityResp) ProtoReflect

func (x *RetrieveCommunityResp) ProtoReflect() protoreflect.Message

func (*RetrieveCommunityResp) Reset

func (x *RetrieveCommunityResp) Reset()

func (*RetrieveCommunityResp) Size

func (x *RetrieveCommunityResp) Size() (n int)

func (*RetrieveCommunityResp) String

func (x *RetrieveCommunityResp) String() string

type RetrieveNewsReq

type RetrieveNewsReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveNewsReq) Descriptor deprecated

func (*RetrieveNewsReq) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveNewsReq.ProtoReflect.Descriptor instead.

func (*RetrieveNewsReq) FastRead

func (x *RetrieveNewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveNewsReq) FastWrite

func (x *RetrieveNewsReq) FastWrite(buf []byte) (offset int)

func (*RetrieveNewsReq) GetId

func (x *RetrieveNewsReq) GetId() string

func (*RetrieveNewsReq) ProtoMessage

func (*RetrieveNewsReq) ProtoMessage()

func (*RetrieveNewsReq) ProtoReflect

func (x *RetrieveNewsReq) ProtoReflect() protoreflect.Message

func (*RetrieveNewsReq) Reset

func (x *RetrieveNewsReq) Reset()

func (*RetrieveNewsReq) Size

func (x *RetrieveNewsReq) Size() (n int)

func (*RetrieveNewsReq) String

func (x *RetrieveNewsReq) String() string

type RetrieveNewsResp

type RetrieveNewsResp struct {
	News *News `protobuf:"bytes,1,opt,name=news,proto3" json:"news,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveNewsResp) Descriptor deprecated

func (*RetrieveNewsResp) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveNewsResp.ProtoReflect.Descriptor instead.

func (*RetrieveNewsResp) FastRead

func (x *RetrieveNewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveNewsResp) FastWrite

func (x *RetrieveNewsResp) FastWrite(buf []byte) (offset int)

func (*RetrieveNewsResp) GetNews

func (x *RetrieveNewsResp) GetNews() *News

func (*RetrieveNewsResp) ProtoMessage

func (*RetrieveNewsResp) ProtoMessage()

func (*RetrieveNewsResp) ProtoReflect

func (x *RetrieveNewsResp) ProtoReflect() protoreflect.Message

func (*RetrieveNewsResp) Reset

func (x *RetrieveNewsResp) Reset()

func (*RetrieveNewsResp) Size

func (x *RetrieveNewsResp) Size() (n int)

func (*RetrieveNewsResp) String

func (x *RetrieveNewsResp) String() string

type RetrieveNoticeReq

type RetrieveNoticeReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveNoticeReq) Descriptor deprecated

func (*RetrieveNoticeReq) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveNoticeReq.ProtoReflect.Descriptor instead.

func (*RetrieveNoticeReq) FastRead

func (x *RetrieveNoticeReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveNoticeReq) FastWrite

func (x *RetrieveNoticeReq) FastWrite(buf []byte) (offset int)

func (*RetrieveNoticeReq) GetId

func (x *RetrieveNoticeReq) GetId() string

func (*RetrieveNoticeReq) ProtoMessage

func (*RetrieveNoticeReq) ProtoMessage()

func (*RetrieveNoticeReq) ProtoReflect

func (x *RetrieveNoticeReq) ProtoReflect() protoreflect.Message

func (*RetrieveNoticeReq) Reset

func (x *RetrieveNoticeReq) Reset()

func (*RetrieveNoticeReq) Size

func (x *RetrieveNoticeReq) Size() (n int)

func (*RetrieveNoticeReq) String

func (x *RetrieveNoticeReq) String() string

type RetrieveNoticeResp

type RetrieveNoticeResp struct {
	Notice *Notice `protobuf:"bytes,1,opt,name=notice,proto3" json:"notice,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveNoticeResp) Descriptor deprecated

func (*RetrieveNoticeResp) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveNoticeResp.ProtoReflect.Descriptor instead.

func (*RetrieveNoticeResp) FastRead

func (x *RetrieveNoticeResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveNoticeResp) FastWrite

func (x *RetrieveNoticeResp) FastWrite(buf []byte) (offset int)

func (*RetrieveNoticeResp) GetNotice

func (x *RetrieveNoticeResp) GetNotice() *Notice

func (*RetrieveNoticeResp) ProtoMessage

func (*RetrieveNoticeResp) ProtoMessage()

func (*RetrieveNoticeResp) ProtoReflect

func (x *RetrieveNoticeResp) ProtoReflect() protoreflect.Message

func (*RetrieveNoticeResp) Reset

func (x *RetrieveNoticeResp) Reset()

func (*RetrieveNoticeResp) Size

func (x *RetrieveNoticeResp) Size() (n int)

func (*RetrieveNoticeResp) String

func (x *RetrieveNoticeResp) String() string

type RetrieveUserRoleReq

type RetrieveUserRoleReq struct {
	UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveUserRoleReq) Descriptor deprecated

func (*RetrieveUserRoleReq) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveUserRoleReq.ProtoReflect.Descriptor instead.

func (*RetrieveUserRoleReq) FastRead

func (x *RetrieveUserRoleReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveUserRoleReq) FastWrite

func (x *RetrieveUserRoleReq) FastWrite(buf []byte) (offset int)

func (*RetrieveUserRoleReq) GetUserId

func (x *RetrieveUserRoleReq) GetUserId() string

func (*RetrieveUserRoleReq) ProtoMessage

func (*RetrieveUserRoleReq) ProtoMessage()

func (*RetrieveUserRoleReq) ProtoReflect

func (x *RetrieveUserRoleReq) ProtoReflect() protoreflect.Message

func (*RetrieveUserRoleReq) Reset

func (x *RetrieveUserRoleReq) Reset()

func (*RetrieveUserRoleReq) Size

func (x *RetrieveUserRoleReq) Size() (n int)

func (*RetrieveUserRoleReq) String

func (x *RetrieveUserRoleReq) String() string

type RetrieveUserRoleResp

type RetrieveUserRoleResp struct {
	Roles []*Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveUserRoleResp) Descriptor deprecated

func (*RetrieveUserRoleResp) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveUserRoleResp.ProtoReflect.Descriptor instead.

func (*RetrieveUserRoleResp) FastRead

func (x *RetrieveUserRoleResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveUserRoleResp) FastWrite

func (x *RetrieveUserRoleResp) FastWrite(buf []byte) (offset int)

func (*RetrieveUserRoleResp) GetRoles

func (x *RetrieveUserRoleResp) GetRoles() []*Role

func (*RetrieveUserRoleResp) ProtoMessage

func (*RetrieveUserRoleResp) ProtoMessage()

func (*RetrieveUserRoleResp) ProtoReflect

func (x *RetrieveUserRoleResp) ProtoReflect() protoreflect.Message

func (*RetrieveUserRoleResp) Reset

func (x *RetrieveUserRoleResp) Reset()

func (*RetrieveUserRoleResp) Size

func (x *RetrieveUserRoleResp) Size() (n int)

func (*RetrieveUserRoleResp) String

func (x *RetrieveUserRoleResp) String() string

type Role

type Role struct {
	RoleType    RoleType `protobuf:"varint,1,opt,name=roleType,proto3,enum=meowchat.system.RoleType" json:"roleType,omitempty"`
	CommunityId *string  `protobuf:"bytes,2,opt,name=communityId,proto3,oneof" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*Role) Descriptor deprecated

func (*Role) Descriptor() ([]byte, []int)

Deprecated: Use Role.ProtoReflect.Descriptor instead.

func (*Role) FastRead

func (x *Role) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Role) FastWrite

func (x *Role) FastWrite(buf []byte) (offset int)

func (*Role) GetCommunityId

func (x *Role) GetCommunityId() string

func (*Role) GetRoleType

func (x *Role) GetRoleType() RoleType

func (*Role) ProtoMessage

func (*Role) ProtoMessage()

func (*Role) ProtoReflect

func (x *Role) ProtoReflect() protoreflect.Message

func (*Role) Reset

func (x *Role) Reset()

func (*Role) Size

func (x *Role) Size() (n int)

func (*Role) String

func (x *Role) String() string

type RoleType

type RoleType int32
const (
	RoleType_TypeUnknown        RoleType = 0
	RoleType_TypeNormalUser     RoleType = 1
	RoleType_TypeCommunityAdmin RoleType = 2
	RoleType_TypeSuperAdmin     RoleType = 3
	RoleType_TypeDeveloper      RoleType = 4
)

func (RoleType) Descriptor

func (RoleType) Descriptor() protoreflect.EnumDescriptor

func (RoleType) Enum

func (x RoleType) Enum() *RoleType

func (RoleType) EnumDescriptor deprecated

func (RoleType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RoleType.Descriptor instead.

func (RoleType) Number

func (x RoleType) Number() protoreflect.EnumNumber

func (RoleType) String

func (x RoleType) String() string

func (RoleType) Type

type SystemRpc

type SystemRpc interface {
	RetrieveNotice(ctx context.Context, req *RetrieveNoticeReq) (res *RetrieveNoticeResp, err error)
	ListNotice(ctx context.Context, req *ListNoticeReq) (res *ListNoticeResp, err error)
	CreateNotice(ctx context.Context, req *CreateNoticeReq) (res *CreateNoticeResp, err error)
	UpdateNotice(ctx context.Context, req *UpdateNoticeReq) (res *UpdateNoticeResp, err error)
	DeleteNotice(ctx context.Context, req *DeleteNoticeReq) (res *DeleteNoticeResp, err error)
	RetrieveNews(ctx context.Context, req *RetrieveNewsReq) (res *RetrieveNewsResp, err error)
	ListNews(ctx context.Context, req *ListNewsReq) (res *ListNewsResp, err error)
	CreateNews(ctx context.Context, req *CreateNewsReq) (res *CreateNewsResp, err error)
	UpdateNews(ctx context.Context, req *UpdateNewsReq) (res *UpdateNewsResp, err error)
	DeleteNews(ctx context.Context, req *DeleteNewsReq) (res *DeleteNewsResp, err error)
	RetrieveAdmin(ctx context.Context, req *RetrieveAdminReq) (res *RetrieveAdminResp, err error)
	ListAdmin(ctx context.Context, req *ListAdminReq) (res *ListAdminResp, err error)
	CreateAdmin(ctx context.Context, req *CreateAdminReq) (res *CreateAdminResp, err error)
	UpdateAdmin(ctx context.Context, req *UpdateAdminReq) (res *UpdateAdminResp, err error)
	DeleteAdmin(ctx context.Context, req *DeleteAdminReq) (res *DeleteAdminResp, err error)
	RetrieveUserRole(ctx context.Context, req *RetrieveUserRoleReq) (res *RetrieveUserRoleResp, err error)
	ListUserIdByRole(ctx context.Context, req *ListUserIdByRoleReq) (res *ListUserIdByRoleResp, err error)
	UpdateUserRole(ctx context.Context, req *UpdateUserRoleReq) (res *UpdateUserRoleResp, err error)
	ContainsRole(ctx context.Context, req *ContainsRoleReq) (res *ContainsRoleResp, err error)
	CreateApply(ctx context.Context, req *CreateApplyReq) (res *CreateApplyResp, err error)
	HandleApply(ctx context.Context, req *HandleApplyReq) (res *HandleApplyResp, err error)
	ListApply(ctx context.Context, req *ListApplyReq) (res *ListApplyResp, err error)
	RetrieveCommunity(ctx context.Context, req *RetrieveCommunityReq) (res *RetrieveCommunityResp, err error)
	ListCommunity(ctx context.Context, req *ListCommunityReq) (res *ListCommunityResp, err error)
	CreateCommunity(ctx context.Context, req *CreateCommunityReq) (res *CreateCommunityResp, err error)
	UpdateCommunity(ctx context.Context, req *UpdateCommunityReq) (res *UpdateCommunityResp, err error)
	DeleteCommunity(ctx context.Context, req *DeleteCommunityReq) (res *DeleteCommunityResp, err error)
	ListNotification(ctx context.Context, req *ListNotificationReq) (res *ListNotificationResp, err error)
	CleanNotification(ctx context.Context, req *CleanNotificationReq) (res *CleanNotificationResp, err error)
	CountNotification(ctx context.Context, req *CountNotificationReq) (res *CountNotificationResp, err error)
	ReadNotification(ctx context.Context, req *ReadNotificationReq) (res *ReadNotificationResp, err error)
	AddNotification(ctx context.Context, req *AddNotificationReq) (res *AddNotificationResp, err error)
	ReadRangeNotification(ctx context.Context, req *ReadRangeNotificationReq) (res *ReadRangeNotificationResp, err error)
}

type UpdateAdminReq

type UpdateAdminReq struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CommunityId string `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Title       string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Phone       string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone,omitempty"`
	Wechat      string `protobuf:"bytes,6,opt,name=wechat,proto3" json:"wechat,omitempty"`
	AvatarUrl   string `protobuf:"bytes,7,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAdminReq) Descriptor deprecated

func (*UpdateAdminReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAdminReq.ProtoReflect.Descriptor instead.

func (*UpdateAdminReq) FastRead

func (x *UpdateAdminReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateAdminReq) FastWrite

func (x *UpdateAdminReq) FastWrite(buf []byte) (offset int)

func (*UpdateAdminReq) GetAvatarUrl

func (x *UpdateAdminReq) GetAvatarUrl() string

func (*UpdateAdminReq) GetCommunityId

func (x *UpdateAdminReq) GetCommunityId() string

func (*UpdateAdminReq) GetId

func (x *UpdateAdminReq) GetId() string

func (*UpdateAdminReq) GetName

func (x *UpdateAdminReq) GetName() string

func (*UpdateAdminReq) GetPhone

func (x *UpdateAdminReq) GetPhone() string

func (*UpdateAdminReq) GetTitle

func (x *UpdateAdminReq) GetTitle() string

func (*UpdateAdminReq) GetWechat

func (x *UpdateAdminReq) GetWechat() string

func (*UpdateAdminReq) ProtoMessage

func (*UpdateAdminReq) ProtoMessage()

func (*UpdateAdminReq) ProtoReflect

func (x *UpdateAdminReq) ProtoReflect() protoreflect.Message

func (*UpdateAdminReq) Reset

func (x *UpdateAdminReq) Reset()

func (*UpdateAdminReq) Size

func (x *UpdateAdminReq) Size() (n int)

func (*UpdateAdminReq) String

func (x *UpdateAdminReq) String() string

type UpdateAdminResp

type UpdateAdminResp struct {
	// contains filtered or unexported fields
}

func (*UpdateAdminResp) Descriptor deprecated

func (*UpdateAdminResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAdminResp.ProtoReflect.Descriptor instead.

func (*UpdateAdminResp) FastRead

func (x *UpdateAdminResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateAdminResp) FastWrite

func (x *UpdateAdminResp) FastWrite(buf []byte) (offset int)

func (*UpdateAdminResp) ProtoMessage

func (*UpdateAdminResp) ProtoMessage()

func (*UpdateAdminResp) ProtoReflect

func (x *UpdateAdminResp) ProtoReflect() protoreflect.Message

func (*UpdateAdminResp) Reset

func (x *UpdateAdminResp) Reset()

func (*UpdateAdminResp) Size

func (x *UpdateAdminResp) Size() (n int)

func (*UpdateAdminResp) String

func (x *UpdateAdminResp) String() string

type UpdateCommunityReq

type UpdateCommunityReq struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ParentId string `protobuf:"bytes,3,opt,name=parentId,proto3" json:"parentId,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCommunityReq) Descriptor deprecated

func (*UpdateCommunityReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCommunityReq.ProtoReflect.Descriptor instead.

func (*UpdateCommunityReq) FastRead

func (x *UpdateCommunityReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateCommunityReq) FastWrite

func (x *UpdateCommunityReq) FastWrite(buf []byte) (offset int)

func (*UpdateCommunityReq) GetId

func (x *UpdateCommunityReq) GetId() string

func (*UpdateCommunityReq) GetName

func (x *UpdateCommunityReq) GetName() string

func (*UpdateCommunityReq) GetParentId

func (x *UpdateCommunityReq) GetParentId() string

func (*UpdateCommunityReq) ProtoMessage

func (*UpdateCommunityReq) ProtoMessage()

func (*UpdateCommunityReq) ProtoReflect

func (x *UpdateCommunityReq) ProtoReflect() protoreflect.Message

func (*UpdateCommunityReq) Reset

func (x *UpdateCommunityReq) Reset()

func (*UpdateCommunityReq) Size

func (x *UpdateCommunityReq) Size() (n int)

func (*UpdateCommunityReq) String

func (x *UpdateCommunityReq) String() string

type UpdateCommunityResp

type UpdateCommunityResp struct {
	// contains filtered or unexported fields
}

func (*UpdateCommunityResp) Descriptor deprecated

func (*UpdateCommunityResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCommunityResp.ProtoReflect.Descriptor instead.

func (*UpdateCommunityResp) FastRead

func (x *UpdateCommunityResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateCommunityResp) FastWrite

func (x *UpdateCommunityResp) FastWrite(buf []byte) (offset int)

func (*UpdateCommunityResp) ProtoMessage

func (*UpdateCommunityResp) ProtoMessage()

func (*UpdateCommunityResp) ProtoReflect

func (x *UpdateCommunityResp) ProtoReflect() protoreflect.Message

func (*UpdateCommunityResp) Reset

func (x *UpdateCommunityResp) Reset()

func (*UpdateCommunityResp) Size

func (x *UpdateCommunityResp) Size() (n int)

func (*UpdateCommunityResp) String

func (x *UpdateCommunityResp) String() string

type UpdateNewsReq

type UpdateNewsReq struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ImageUrl string `protobuf:"bytes,2,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	LinkUrl  string `protobuf:"bytes,3,opt,name=linkUrl,proto3" json:"linkUrl,omitempty"`
	Type     string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	IsPublic int64  `protobuf:"varint,5,opt,name=isPublic,proto3" json:"isPublic,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNewsReq) Descriptor deprecated

func (*UpdateNewsReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNewsReq.ProtoReflect.Descriptor instead.

func (*UpdateNewsReq) FastRead

func (x *UpdateNewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateNewsReq) FastWrite

func (x *UpdateNewsReq) FastWrite(buf []byte) (offset int)

func (*UpdateNewsReq) GetId

func (x *UpdateNewsReq) GetId() string

func (*UpdateNewsReq) GetImageUrl

func (x *UpdateNewsReq) GetImageUrl() string

func (*UpdateNewsReq) GetIsPublic

func (x *UpdateNewsReq) GetIsPublic() int64

func (*UpdateNewsReq) GetLinkUrl

func (x *UpdateNewsReq) GetLinkUrl() string

func (*UpdateNewsReq) GetType

func (x *UpdateNewsReq) GetType() string

func (*UpdateNewsReq) ProtoMessage

func (*UpdateNewsReq) ProtoMessage()

func (*UpdateNewsReq) ProtoReflect

func (x *UpdateNewsReq) ProtoReflect() protoreflect.Message

func (*UpdateNewsReq) Reset

func (x *UpdateNewsReq) Reset()

func (*UpdateNewsReq) Size

func (x *UpdateNewsReq) Size() (n int)

func (*UpdateNewsReq) String

func (x *UpdateNewsReq) String() string

type UpdateNewsResp

type UpdateNewsResp struct {
	// contains filtered or unexported fields
}

func (*UpdateNewsResp) Descriptor deprecated

func (*UpdateNewsResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNewsResp.ProtoReflect.Descriptor instead.

func (*UpdateNewsResp) FastRead

func (x *UpdateNewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateNewsResp) FastWrite

func (x *UpdateNewsResp) FastWrite(buf []byte) (offset int)

func (*UpdateNewsResp) ProtoMessage

func (*UpdateNewsResp) ProtoMessage()

func (*UpdateNewsResp) ProtoReflect

func (x *UpdateNewsResp) ProtoReflect() protoreflect.Message

func (*UpdateNewsResp) Reset

func (x *UpdateNewsResp) Reset()

func (*UpdateNewsResp) Size

func (x *UpdateNewsResp) Size() (n int)

func (*UpdateNewsResp) String

func (x *UpdateNewsResp) String() string

type UpdateNoticeReq

type UpdateNoticeReq struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNoticeReq) Descriptor deprecated

func (*UpdateNoticeReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNoticeReq.ProtoReflect.Descriptor instead.

func (*UpdateNoticeReq) FastRead

func (x *UpdateNoticeReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateNoticeReq) FastWrite

func (x *UpdateNoticeReq) FastWrite(buf []byte) (offset int)

func (*UpdateNoticeReq) GetId

func (x *UpdateNoticeReq) GetId() string

func (*UpdateNoticeReq) GetText

func (x *UpdateNoticeReq) GetText() string

func (*UpdateNoticeReq) ProtoMessage

func (*UpdateNoticeReq) ProtoMessage()

func (*UpdateNoticeReq) ProtoReflect

func (x *UpdateNoticeReq) ProtoReflect() protoreflect.Message

func (*UpdateNoticeReq) Reset

func (x *UpdateNoticeReq) Reset()

func (*UpdateNoticeReq) Size

func (x *UpdateNoticeReq) Size() (n int)

func (*UpdateNoticeReq) String

func (x *UpdateNoticeReq) String() string

type UpdateNoticeResp

type UpdateNoticeResp struct {
	// contains filtered or unexported fields
}

func (*UpdateNoticeResp) Descriptor deprecated

func (*UpdateNoticeResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNoticeResp.ProtoReflect.Descriptor instead.

func (*UpdateNoticeResp) FastRead

func (x *UpdateNoticeResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateNoticeResp) FastWrite

func (x *UpdateNoticeResp) FastWrite(buf []byte) (offset int)

func (*UpdateNoticeResp) ProtoMessage

func (*UpdateNoticeResp) ProtoMessage()

func (*UpdateNoticeResp) ProtoReflect

func (x *UpdateNoticeResp) ProtoReflect() protoreflect.Message

func (*UpdateNoticeResp) Reset

func (x *UpdateNoticeResp) Reset()

func (*UpdateNoticeResp) Size

func (x *UpdateNoticeResp) Size() (n int)

func (*UpdateNoticeResp) String

func (x *UpdateNoticeResp) String() string

type UpdateUserRoleReq

type UpdateUserRoleReq struct {
	UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	// roles为用户增加/删除角色后所拥有的所有的角色
	Roles []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRoleReq) Descriptor deprecated

func (*UpdateUserRoleReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserRoleReq.ProtoReflect.Descriptor instead.

func (*UpdateUserRoleReq) FastRead

func (x *UpdateUserRoleReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateUserRoleReq) FastWrite

func (x *UpdateUserRoleReq) FastWrite(buf []byte) (offset int)

func (*UpdateUserRoleReq) GetRoles

func (x *UpdateUserRoleReq) GetRoles() []*Role

func (*UpdateUserRoleReq) GetUserId

func (x *UpdateUserRoleReq) GetUserId() string

func (*UpdateUserRoleReq) ProtoMessage

func (*UpdateUserRoleReq) ProtoMessage()

func (*UpdateUserRoleReq) ProtoReflect

func (x *UpdateUserRoleReq) ProtoReflect() protoreflect.Message

func (*UpdateUserRoleReq) Reset

func (x *UpdateUserRoleReq) Reset()

func (*UpdateUserRoleReq) Size

func (x *UpdateUserRoleReq) Size() (n int)

func (*UpdateUserRoleReq) String

func (x *UpdateUserRoleReq) String() string

type UpdateUserRoleResp

type UpdateUserRoleResp struct {
	// contains filtered or unexported fields
}

func (*UpdateUserRoleResp) Descriptor deprecated

func (*UpdateUserRoleResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserRoleResp.ProtoReflect.Descriptor instead.

func (*UpdateUserRoleResp) FastRead

func (x *UpdateUserRoleResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateUserRoleResp) FastWrite

func (x *UpdateUserRoleResp) FastWrite(buf []byte) (offset int)

func (*UpdateUserRoleResp) ProtoMessage

func (*UpdateUserRoleResp) ProtoMessage()

func (*UpdateUserRoleResp) ProtoReflect

func (x *UpdateUserRoleResp) ProtoReflect() protoreflect.Message

func (*UpdateUserRoleResp) Reset

func (x *UpdateUserRoleResp) Reset()

func (*UpdateUserRoleResp) Size

func (x *UpdateUserRoleResp) Size() (n int)

func (*UpdateUserRoleResp) String

func (x *UpdateUserRoleResp) String() string

Directories

Path Synopsis
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL