office

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OfficeService_GetUserTags_FullMethodName                = "/openim.office.OfficeService/GetUserTags"
	OfficeService_CreateTag_FullMethodName                  = "/openim.office.OfficeService/CreateTag"
	OfficeService_DeleteTag_FullMethodName                  = "/openim.office.OfficeService/DeleteTag"
	OfficeService_SetTag_FullMethodName                     = "/openim.office.OfficeService/SetTag"
	OfficeService_SendMsg2Tag_FullMethodName                = "/openim.office.OfficeService/SendMsg2Tag"
	OfficeService_GetTagSendLogs_FullMethodName             = "/openim.office.OfficeService/GetTagSendLogs"
	OfficeService_GetUserTagByID_FullMethodName             = "/openim.office.OfficeService/GetUserTagByID"
	OfficeService_CreateOneWorkMoment_FullMethodName        = "/openim.office.OfficeService/CreateOneWorkMoment"
	OfficeService_DeleteOneWorkMoment_FullMethodName        = "/openim.office.OfficeService/DeleteOneWorkMoment"
	OfficeService_LikeOneWorkMoment_FullMethodName          = "/openim.office.OfficeService/LikeOneWorkMoment"
	OfficeService_CommentOneWorkMoment_FullMethodName       = "/openim.office.OfficeService/CommentOneWorkMoment"
	OfficeService_DeleteComment_FullMethodName              = "/openim.office.OfficeService/DeleteComment"
	OfficeService_GetWorkMomentByID_FullMethodName          = "/openim.office.OfficeService/GetWorkMomentByID"
	OfficeService_ChangeWorkMomentPermission_FullMethodName = "/openim.office.OfficeService/ChangeWorkMomentPermission"
	OfficeService_GetUserWorkMoments_FullMethodName         = "/openim.office.OfficeService/GetUserWorkMoments"
	OfficeService_GetUserFriendWorkMoments_FullMethodName   = "/openim.office.OfficeService/GetUserFriendWorkMoments"
	OfficeService_SetUserWorkMomentsLevel_FullMethodName    = "/openim.office.OfficeService/SetUserWorkMomentsLevel"
)

Variables

View Source
var File_office_office_proto protoreflect.FileDescriptor
View Source
var OfficeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "openim.office.OfficeService",
	HandlerType: (*OfficeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetUserTags",
			Handler:    _OfficeService_GetUserTags_Handler,
		},
		{
			MethodName: "CreateTag",
			Handler:    _OfficeService_CreateTag_Handler,
		},
		{
			MethodName: "DeleteTag",
			Handler:    _OfficeService_DeleteTag_Handler,
		},
		{
			MethodName: "SetTag",
			Handler:    _OfficeService_SetTag_Handler,
		},
		{
			MethodName: "SendMsg2Tag",
			Handler:    _OfficeService_SendMsg2Tag_Handler,
		},
		{
			MethodName: "GetTagSendLogs",
			Handler:    _OfficeService_GetTagSendLogs_Handler,
		},
		{
			MethodName: "GetUserTagByID",
			Handler:    _OfficeService_GetUserTagByID_Handler,
		},
		{
			MethodName: "CreateOneWorkMoment",
			Handler:    _OfficeService_CreateOneWorkMoment_Handler,
		},
		{
			MethodName: "DeleteOneWorkMoment",
			Handler:    _OfficeService_DeleteOneWorkMoment_Handler,
		},
		{
			MethodName: "LikeOneWorkMoment",
			Handler:    _OfficeService_LikeOneWorkMoment_Handler,
		},
		{
			MethodName: "CommentOneWorkMoment",
			Handler:    _OfficeService_CommentOneWorkMoment_Handler,
		},
		{
			MethodName: "DeleteComment",
			Handler:    _OfficeService_DeleteComment_Handler,
		},
		{
			MethodName: "GetWorkMomentByID",
			Handler:    _OfficeService_GetWorkMomentByID_Handler,
		},
		{
			MethodName: "ChangeWorkMomentPermission",
			Handler:    _OfficeService_ChangeWorkMomentPermission_Handler,
		},
		{
			MethodName: "GetUserWorkMoments",
			Handler:    _OfficeService_GetUserWorkMoments_Handler,
		},
		{
			MethodName: "GetUserFriendWorkMoments",
			Handler:    _OfficeService_GetUserFriendWorkMoments_Handler,
		},
		{
			MethodName: "SetUserWorkMomentsLevel",
			Handler:    _OfficeService_SetUserWorkMomentsLevel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "office/office.proto",
}

OfficeService_ServiceDesc is the grpc.ServiceDesc for OfficeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterOfficeServiceServer

func RegisterOfficeServiceServer(s grpc.ServiceRegistrar, srv OfficeServiceServer)

Types

type ChangeWorkMomentPermissionReq

type ChangeWorkMomentPermissionReq struct {
	WorkMomentID         string   `protobuf:"bytes,1,opt,name=workMomentID,proto3" json:"workMomentID"`
	OpUserID             string   `protobuf:"bytes,2,opt,name=opUserID,proto3" json:"opUserID"`
	Permission           int32    `protobuf:"varint,3,opt,name=permission,proto3" json:"permission"`
	PermissionUserIDList []string `protobuf:"bytes,4,rep,name=permissionUserIDList,proto3" json:"permissionUserIDList"`
	OperationID          string   `protobuf:"bytes,5,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*ChangeWorkMomentPermissionReq) Descriptor deprecated

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

Deprecated: Use ChangeWorkMomentPermissionReq.ProtoReflect.Descriptor instead.

func (*ChangeWorkMomentPermissionReq) GetOpUserID

func (x *ChangeWorkMomentPermissionReq) GetOpUserID() string

func (*ChangeWorkMomentPermissionReq) GetOperationID

func (x *ChangeWorkMomentPermissionReq) GetOperationID() string

func (*ChangeWorkMomentPermissionReq) GetPermission

func (x *ChangeWorkMomentPermissionReq) GetPermission() int32

func (*ChangeWorkMomentPermissionReq) GetPermissionUserIDList

func (x *ChangeWorkMomentPermissionReq) GetPermissionUserIDList() []string

func (*ChangeWorkMomentPermissionReq) GetWorkMomentID

func (x *ChangeWorkMomentPermissionReq) GetWorkMomentID() string

func (*ChangeWorkMomentPermissionReq) ProtoMessage

func (*ChangeWorkMomentPermissionReq) ProtoMessage()

func (*ChangeWorkMomentPermissionReq) ProtoReflect

func (*ChangeWorkMomentPermissionReq) Reset

func (x *ChangeWorkMomentPermissionReq) Reset()

func (*ChangeWorkMomentPermissionReq) String

type ChangeWorkMomentPermissionResp

type ChangeWorkMomentPermissionResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*ChangeWorkMomentPermissionResp) Descriptor deprecated

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

Deprecated: Use ChangeWorkMomentPermissionResp.ProtoReflect.Descriptor instead.

func (*ChangeWorkMomentPermissionResp) GetCommonResp

func (x *ChangeWorkMomentPermissionResp) GetCommonResp() *CommonResp

func (*ChangeWorkMomentPermissionResp) ProtoMessage

func (*ChangeWorkMomentPermissionResp) ProtoMessage()

func (*ChangeWorkMomentPermissionResp) ProtoReflect

func (*ChangeWorkMomentPermissionResp) Reset

func (x *ChangeWorkMomentPermissionResp) Reset()

func (*ChangeWorkMomentPermissionResp) String

type Comment

type Comment struct {
	UserID        string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	UserName      string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName"`
	FaceURL       string `protobuf:"bytes,3,opt,name=faceURL,proto3" json:"faceURL"`
	ReplyUserID   string `protobuf:"bytes,4,opt,name=replyUserID,proto3" json:"replyUserID"`
	ReplyUserName string `protobuf:"bytes,5,opt,name=replyUserName,proto3" json:"replyUserName"`
	ContentID     string `protobuf:"bytes,6,opt,name=contentID,proto3" json:"contentID"`
	Content       string `protobuf:"bytes,7,opt,name=content,proto3" json:"content"`
	CreateTime    int32  `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime"`
	// contains filtered or unexported fields
}

func (*Comment) Descriptor deprecated

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

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) GetContent

func (x *Comment) GetContent() string

func (*Comment) GetContentID

func (x *Comment) GetContentID() string

func (*Comment) GetCreateTime

func (x *Comment) GetCreateTime() int32

func (*Comment) GetFaceURL

func (x *Comment) GetFaceURL() string

func (*Comment) GetReplyUserID

func (x *Comment) GetReplyUserID() string

func (*Comment) GetReplyUserName

func (x *Comment) GetReplyUserName() string

func (*Comment) GetUserID

func (x *Comment) GetUserID() string

func (*Comment) GetUserName

func (x *Comment) GetUserName() string

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect

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

func (*Comment) Reset

func (x *Comment) Reset()

func (*Comment) String

func (x *Comment) String() string

type CommentOneWorkMomentReq

type CommentOneWorkMomentReq struct {
	UserID       string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	WorkMomentID string `protobuf:"bytes,2,opt,name=workMomentID,proto3" json:"workMomentID"`
	ReplyUserID  string `protobuf:"bytes,3,opt,name=replyUserID,proto3" json:"replyUserID"`
	Content      string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"`
	OperationID  string `protobuf:"bytes,5,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*CommentOneWorkMomentReq) Descriptor deprecated

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

Deprecated: Use CommentOneWorkMomentReq.ProtoReflect.Descriptor instead.

func (*CommentOneWorkMomentReq) GetContent

func (x *CommentOneWorkMomentReq) GetContent() string

func (*CommentOneWorkMomentReq) GetOperationID

func (x *CommentOneWorkMomentReq) GetOperationID() string

func (*CommentOneWorkMomentReq) GetReplyUserID

func (x *CommentOneWorkMomentReq) GetReplyUserID() string

func (*CommentOneWorkMomentReq) GetUserID

func (x *CommentOneWorkMomentReq) GetUserID() string

func (*CommentOneWorkMomentReq) GetWorkMomentID

func (x *CommentOneWorkMomentReq) GetWorkMomentID() string

func (*CommentOneWorkMomentReq) ProtoMessage

func (*CommentOneWorkMomentReq) ProtoMessage()

func (*CommentOneWorkMomentReq) ProtoReflect

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

func (*CommentOneWorkMomentReq) Reset

func (x *CommentOneWorkMomentReq) Reset()

func (*CommentOneWorkMomentReq) String

func (x *CommentOneWorkMomentReq) String() string

type CommentOneWorkMomentResp

type CommentOneWorkMomentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*CommentOneWorkMomentResp) Descriptor deprecated

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

Deprecated: Use CommentOneWorkMomentResp.ProtoReflect.Descriptor instead.

func (*CommentOneWorkMomentResp) GetCommonResp

func (x *CommentOneWorkMomentResp) GetCommonResp() *CommonResp

func (*CommentOneWorkMomentResp) ProtoMessage

func (*CommentOneWorkMomentResp) ProtoMessage()

func (*CommentOneWorkMomentResp) ProtoReflect

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

func (*CommentOneWorkMomentResp) Reset

func (x *CommentOneWorkMomentResp) Reset()

func (*CommentOneWorkMomentResp) String

func (x *CommentOneWorkMomentResp) String() string

type CommonResp

type CommonResp struct {
	ErrCode int32  `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode"`
	ErrMsg  string `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg"`
	// contains filtered or unexported fields
}

func (*CommonResp) Descriptor deprecated

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

Deprecated: Use CommonResp.ProtoReflect.Descriptor instead.

func (*CommonResp) GetErrCode

func (x *CommonResp) GetErrCode() int32

func (*CommonResp) GetErrMsg

func (x *CommonResp) GetErrMsg() string

func (*CommonResp) ProtoMessage

func (*CommonResp) ProtoMessage()

func (*CommonResp) ProtoReflect

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

func (*CommonResp) Reset

func (x *CommonResp) Reset()

func (*CommonResp) String

func (x *CommonResp) String() string

type CreateOneWorkMomentReq

type CreateOneWorkMomentReq struct {
	WorkMoment  *WorkMoment `protobuf:"bytes,1,opt,name=workMoment,proto3" json:"workMoment"`
	OperationID string      `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*CreateOneWorkMomentReq) Descriptor deprecated

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

Deprecated: Use CreateOneWorkMomentReq.ProtoReflect.Descriptor instead.

func (*CreateOneWorkMomentReq) GetOperationID

func (x *CreateOneWorkMomentReq) GetOperationID() string

func (*CreateOneWorkMomentReq) GetWorkMoment

func (x *CreateOneWorkMomentReq) GetWorkMoment() *WorkMoment

func (*CreateOneWorkMomentReq) ProtoMessage

func (*CreateOneWorkMomentReq) ProtoMessage()

func (*CreateOneWorkMomentReq) ProtoReflect

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

func (*CreateOneWorkMomentReq) Reset

func (x *CreateOneWorkMomentReq) Reset()

func (*CreateOneWorkMomentReq) String

func (x *CreateOneWorkMomentReq) String() string

type CreateOneWorkMomentResp

type CreateOneWorkMomentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*CreateOneWorkMomentResp) Descriptor deprecated

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

Deprecated: Use CreateOneWorkMomentResp.ProtoReflect.Descriptor instead.

func (*CreateOneWorkMomentResp) GetCommonResp

func (x *CreateOneWorkMomentResp) GetCommonResp() *CommonResp

func (*CreateOneWorkMomentResp) ProtoMessage

func (*CreateOneWorkMomentResp) ProtoMessage()

func (*CreateOneWorkMomentResp) ProtoReflect

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

func (*CreateOneWorkMomentResp) Reset

func (x *CreateOneWorkMomentResp) Reset()

func (*CreateOneWorkMomentResp) String

func (x *CreateOneWorkMomentResp) String() string

type CreateTagReq

type CreateTagReq struct {
	TagName     string   `protobuf:"bytes,1,opt,name=tagName,proto3" json:"tagName"`
	UserID      string   `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	UserIDList  []string `protobuf:"bytes,3,rep,name=userIDList,proto3" json:"userIDList"`
	OperationID string   `protobuf:"bytes,4,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*CreateTagReq) Descriptor deprecated

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

Deprecated: Use CreateTagReq.ProtoReflect.Descriptor instead.

func (*CreateTagReq) GetOperationID

func (x *CreateTagReq) GetOperationID() string

func (*CreateTagReq) GetTagName

func (x *CreateTagReq) GetTagName() string

func (*CreateTagReq) GetUserID

func (x *CreateTagReq) GetUserID() string

func (*CreateTagReq) GetUserIDList

func (x *CreateTagReq) GetUserIDList() []string

func (*CreateTagReq) ProtoMessage

func (*CreateTagReq) ProtoMessage()

func (*CreateTagReq) ProtoReflect

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

func (*CreateTagReq) Reset

func (x *CreateTagReq) Reset()

func (*CreateTagReq) String

func (x *CreateTagReq) String() string

type CreateTagResp

type CreateTagResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*CreateTagResp) Descriptor deprecated

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

Deprecated: Use CreateTagResp.ProtoReflect.Descriptor instead.

func (*CreateTagResp) GetCommonResp

func (x *CreateTagResp) GetCommonResp() *CommonResp

func (*CreateTagResp) ProtoMessage

func (*CreateTagResp) ProtoMessage()

func (*CreateTagResp) ProtoReflect

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

func (*CreateTagResp) Reset

func (x *CreateTagResp) Reset()

func (*CreateTagResp) String

func (x *CreateTagResp) String() string

type DeleteCommentReq

type DeleteCommentReq struct {
	WorkMomentID string `protobuf:"bytes,1,opt,name=workMomentID,proto3" json:"workMomentID"`
	ContentID    string `protobuf:"bytes,2,opt,name=contentID,proto3" json:"contentID"`
	OpUserID     string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID"`
	OperationID  string `protobuf:"bytes,4,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*DeleteCommentReq) Descriptor deprecated

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

Deprecated: Use DeleteCommentReq.ProtoReflect.Descriptor instead.

func (*DeleteCommentReq) GetContentID

func (x *DeleteCommentReq) GetContentID() string

func (*DeleteCommentReq) GetOpUserID

func (x *DeleteCommentReq) GetOpUserID() string

func (*DeleteCommentReq) GetOperationID

func (x *DeleteCommentReq) GetOperationID() string

func (*DeleteCommentReq) GetWorkMomentID

func (x *DeleteCommentReq) GetWorkMomentID() string

func (*DeleteCommentReq) ProtoMessage

func (*DeleteCommentReq) ProtoMessage()

func (*DeleteCommentReq) ProtoReflect

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

func (*DeleteCommentReq) Reset

func (x *DeleteCommentReq) Reset()

func (*DeleteCommentReq) String

func (x *DeleteCommentReq) String() string

type DeleteCommentResp

type DeleteCommentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*DeleteCommentResp) Descriptor deprecated

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

Deprecated: Use DeleteCommentResp.ProtoReflect.Descriptor instead.

func (*DeleteCommentResp) GetCommonResp

func (x *DeleteCommentResp) GetCommonResp() *CommonResp

func (*DeleteCommentResp) ProtoMessage

func (*DeleteCommentResp) ProtoMessage()

func (*DeleteCommentResp) ProtoReflect

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

func (*DeleteCommentResp) Reset

func (x *DeleteCommentResp) Reset()

func (*DeleteCommentResp) String

func (x *DeleteCommentResp) String() string

type DeleteOneWorkMomentReq

type DeleteOneWorkMomentReq struct {
	WorkMomentID string `protobuf:"bytes,1,opt,name=workMomentID,proto3" json:"workMomentID"`
	UserID       string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	OperationID  string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*DeleteOneWorkMomentReq) Descriptor deprecated

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

Deprecated: Use DeleteOneWorkMomentReq.ProtoReflect.Descriptor instead.

func (*DeleteOneWorkMomentReq) GetOperationID

func (x *DeleteOneWorkMomentReq) GetOperationID() string

func (*DeleteOneWorkMomentReq) GetUserID

func (x *DeleteOneWorkMomentReq) GetUserID() string

func (*DeleteOneWorkMomentReq) GetWorkMomentID

func (x *DeleteOneWorkMomentReq) GetWorkMomentID() string

func (*DeleteOneWorkMomentReq) ProtoMessage

func (*DeleteOneWorkMomentReq) ProtoMessage()

func (*DeleteOneWorkMomentReq) ProtoReflect

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

func (*DeleteOneWorkMomentReq) Reset

func (x *DeleteOneWorkMomentReq) Reset()

func (*DeleteOneWorkMomentReq) String

func (x *DeleteOneWorkMomentReq) String() string

type DeleteOneWorkMomentResp

type DeleteOneWorkMomentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*DeleteOneWorkMomentResp) Descriptor deprecated

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

Deprecated: Use DeleteOneWorkMomentResp.ProtoReflect.Descriptor instead.

func (*DeleteOneWorkMomentResp) GetCommonResp

func (x *DeleteOneWorkMomentResp) GetCommonResp() *CommonResp

func (*DeleteOneWorkMomentResp) ProtoMessage

func (*DeleteOneWorkMomentResp) ProtoMessage()

func (*DeleteOneWorkMomentResp) ProtoReflect

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

func (*DeleteOneWorkMomentResp) Reset

func (x *DeleteOneWorkMomentResp) Reset()

func (*DeleteOneWorkMomentResp) String

func (x *DeleteOneWorkMomentResp) String() string

type DeleteTagReq

type DeleteTagReq struct {
	UserID      string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	TagID       string `protobuf:"bytes,2,opt,name=tagID,proto3" json:"tagID"`
	OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*DeleteTagReq) Descriptor deprecated

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

Deprecated: Use DeleteTagReq.ProtoReflect.Descriptor instead.

func (*DeleteTagReq) GetOperationID

func (x *DeleteTagReq) GetOperationID() string

func (*DeleteTagReq) GetTagID

func (x *DeleteTagReq) GetTagID() string

func (*DeleteTagReq) GetUserID

func (x *DeleteTagReq) GetUserID() string

func (*DeleteTagReq) ProtoMessage

func (*DeleteTagReq) ProtoMessage()

func (*DeleteTagReq) ProtoReflect

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

func (*DeleteTagReq) Reset

func (x *DeleteTagReq) Reset()

func (*DeleteTagReq) String

func (x *DeleteTagReq) String() string

type DeleteTagResp

type DeleteTagResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*DeleteTagResp) Descriptor deprecated

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

Deprecated: Use DeleteTagResp.ProtoReflect.Descriptor instead.

func (*DeleteTagResp) GetCommonResp

func (x *DeleteTagResp) GetCommonResp() *CommonResp

func (*DeleteTagResp) ProtoMessage

func (*DeleteTagResp) ProtoMessage()

func (*DeleteTagResp) ProtoReflect

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

func (*DeleteTagResp) Reset

func (x *DeleteTagResp) Reset()

func (*DeleteTagResp) String

func (x *DeleteTagResp) String() string

type GetTagSendLogsReq

type GetTagSendLogsReq struct {
	Pagination  *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=Pagination,proto3" json:"Pagination"`
	UserID      string                   `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	OperationID string                   `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetTagSendLogsReq) Descriptor deprecated

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

Deprecated: Use GetTagSendLogsReq.ProtoReflect.Descriptor instead.

func (*GetTagSendLogsReq) GetOperationID

func (x *GetTagSendLogsReq) GetOperationID() string

func (*GetTagSendLogsReq) GetPagination

func (x *GetTagSendLogsReq) GetPagination() *sdkws.RequestPagination

func (*GetTagSendLogsReq) GetUserID

func (x *GetTagSendLogsReq) GetUserID() string

func (*GetTagSendLogsReq) ProtoMessage

func (*GetTagSendLogsReq) ProtoMessage()

func (*GetTagSendLogsReq) ProtoReflect

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

func (*GetTagSendLogsReq) Reset

func (x *GetTagSendLogsReq) Reset()

func (*GetTagSendLogsReq) String

func (x *GetTagSendLogsReq) String() string

type GetTagSendLogsResp

type GetTagSendLogsResp struct {
	CommonResp  *CommonResp               `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	Pagination  *sdkws.ResponsePagination `protobuf:"bytes,2,opt,name=Pagination,proto3" json:"Pagination"`
	TagSendLogs []*TagSendLog             `protobuf:"bytes,3,rep,name=tagSendLogs,proto3" json:"tagSendLogs"`
	// contains filtered or unexported fields
}

func (*GetTagSendLogsResp) Descriptor deprecated

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

Deprecated: Use GetTagSendLogsResp.ProtoReflect.Descriptor instead.

func (*GetTagSendLogsResp) GetCommonResp

func (x *GetTagSendLogsResp) GetCommonResp() *CommonResp

func (*GetTagSendLogsResp) GetPagination

func (x *GetTagSendLogsResp) GetPagination() *sdkws.ResponsePagination

func (*GetTagSendLogsResp) GetTagSendLogs

func (x *GetTagSendLogsResp) GetTagSendLogs() []*TagSendLog

func (*GetTagSendLogsResp) ProtoMessage

func (*GetTagSendLogsResp) ProtoMessage()

func (*GetTagSendLogsResp) ProtoReflect

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

func (*GetTagSendLogsResp) Reset

func (x *GetTagSendLogsResp) Reset()

func (*GetTagSendLogsResp) String

func (x *GetTagSendLogsResp) String() string

type GetUserFriendWorkMomentsReq

type GetUserFriendWorkMomentsReq struct {
	UserID      string                   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Pagination  *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=Pagination,proto3" json:"Pagination"`
	OperationID string                   `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetUserFriendWorkMomentsReq) Descriptor deprecated

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

Deprecated: Use GetUserFriendWorkMomentsReq.ProtoReflect.Descriptor instead.

func (*GetUserFriendWorkMomentsReq) GetOperationID

func (x *GetUserFriendWorkMomentsReq) GetOperationID() string

func (*GetUserFriendWorkMomentsReq) GetPagination

func (*GetUserFriendWorkMomentsReq) GetUserID

func (x *GetUserFriendWorkMomentsReq) GetUserID() string

func (*GetUserFriendWorkMomentsReq) ProtoMessage

func (*GetUserFriendWorkMomentsReq) ProtoMessage()

func (*GetUserFriendWorkMomentsReq) ProtoReflect

func (*GetUserFriendWorkMomentsReq) Reset

func (x *GetUserFriendWorkMomentsReq) Reset()

func (*GetUserFriendWorkMomentsReq) String

func (x *GetUserFriendWorkMomentsReq) String() string

type GetUserFriendWorkMomentsResp

type GetUserFriendWorkMomentsResp struct {
	CommonResp  *CommonResp               `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	WorkMoments []*WorkMoment             `protobuf:"bytes,2,rep,name=workMoments,proto3" json:"workMoments"`
	Pagination  *sdkws.ResponsePagination `protobuf:"bytes,3,opt,name=Pagination,proto3" json:"Pagination"`
	// contains filtered or unexported fields
}

func (*GetUserFriendWorkMomentsResp) Descriptor deprecated

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

Deprecated: Use GetUserFriendWorkMomentsResp.ProtoReflect.Descriptor instead.

func (*GetUserFriendWorkMomentsResp) GetCommonResp

func (x *GetUserFriendWorkMomentsResp) GetCommonResp() *CommonResp

func (*GetUserFriendWorkMomentsResp) GetPagination

func (*GetUserFriendWorkMomentsResp) GetWorkMoments

func (x *GetUserFriendWorkMomentsResp) GetWorkMoments() []*WorkMoment

func (*GetUserFriendWorkMomentsResp) ProtoMessage

func (*GetUserFriendWorkMomentsResp) ProtoMessage()

func (*GetUserFriendWorkMomentsResp) ProtoReflect

func (*GetUserFriendWorkMomentsResp) Reset

func (x *GetUserFriendWorkMomentsResp) Reset()

func (*GetUserFriendWorkMomentsResp) String

type GetUserTagByIDReq

type GetUserTagByIDReq struct {
	UserID      string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	TagID       string `protobuf:"bytes,2,opt,name=tagID,proto3" json:"tagID"`
	OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetUserTagByIDReq) Descriptor deprecated

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

Deprecated: Use GetUserTagByIDReq.ProtoReflect.Descriptor instead.

func (*GetUserTagByIDReq) GetOperationID

func (x *GetUserTagByIDReq) GetOperationID() string

func (*GetUserTagByIDReq) GetTagID

func (x *GetUserTagByIDReq) GetTagID() string

func (*GetUserTagByIDReq) GetUserID

func (x *GetUserTagByIDReq) GetUserID() string

func (*GetUserTagByIDReq) ProtoMessage

func (*GetUserTagByIDReq) ProtoMessage()

func (*GetUserTagByIDReq) ProtoReflect

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

func (*GetUserTagByIDReq) Reset

func (x *GetUserTagByIDReq) Reset()

func (*GetUserTagByIDReq) String

func (x *GetUserTagByIDReq) String() string

type GetUserTagByIDResp

type GetUserTagByIDResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	Tag        *Tag        `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag"`
	// contains filtered or unexported fields
}

func (*GetUserTagByIDResp) Descriptor deprecated

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

Deprecated: Use GetUserTagByIDResp.ProtoReflect.Descriptor instead.

func (*GetUserTagByIDResp) GetCommonResp

func (x *GetUserTagByIDResp) GetCommonResp() *CommonResp

func (*GetUserTagByIDResp) GetTag

func (x *GetUserTagByIDResp) GetTag() *Tag

func (*GetUserTagByIDResp) ProtoMessage

func (*GetUserTagByIDResp) ProtoMessage()

func (*GetUserTagByIDResp) ProtoReflect

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

func (*GetUserTagByIDResp) Reset

func (x *GetUserTagByIDResp) Reset()

func (*GetUserTagByIDResp) String

func (x *GetUserTagByIDResp) String() string

type GetUserTagsReq

type GetUserTagsReq struct {
	UserID      string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetUserTagsReq) Descriptor deprecated

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

Deprecated: Use GetUserTagsReq.ProtoReflect.Descriptor instead.

func (*GetUserTagsReq) GetOperationID

func (x *GetUserTagsReq) GetOperationID() string

func (*GetUserTagsReq) GetUserID

func (x *GetUserTagsReq) GetUserID() string

func (*GetUserTagsReq) ProtoMessage

func (*GetUserTagsReq) ProtoMessage()

func (*GetUserTagsReq) ProtoReflect

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

func (*GetUserTagsReq) Reset

func (x *GetUserTagsReq) Reset()

func (*GetUserTagsReq) String

func (x *GetUserTagsReq) String() string

type GetUserTagsResp

type GetUserTagsResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	Tags       []*Tag      `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags"`
	// contains filtered or unexported fields
}

func (*GetUserTagsResp) Descriptor deprecated

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

Deprecated: Use GetUserTagsResp.ProtoReflect.Descriptor instead.

func (*GetUserTagsResp) GetCommonResp

func (x *GetUserTagsResp) GetCommonResp() *CommonResp

func (*GetUserTagsResp) GetTags

func (x *GetUserTagsResp) GetTags() []*Tag

func (*GetUserTagsResp) ProtoMessage

func (*GetUserTagsResp) ProtoMessage()

func (*GetUserTagsResp) ProtoReflect

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

func (*GetUserTagsResp) Reset

func (x *GetUserTagsResp) Reset()

func (*GetUserTagsResp) String

func (x *GetUserTagsResp) String() string

type GetUserWorkMomentsReq

type GetUserWorkMomentsReq struct {
	UserID      string                   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	OpUserID    string                   `protobuf:"bytes,2,opt,name=opUserID,proto3" json:"opUserID"`
	Pagination  *sdkws.RequestPagination `protobuf:"bytes,3,opt,name=Pagination,proto3" json:"Pagination"`
	OperationID string                   `protobuf:"bytes,4,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetUserWorkMomentsReq) Descriptor deprecated

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

Deprecated: Use GetUserWorkMomentsReq.ProtoReflect.Descriptor instead.

func (*GetUserWorkMomentsReq) GetOpUserID

func (x *GetUserWorkMomentsReq) GetOpUserID() string

func (*GetUserWorkMomentsReq) GetOperationID

func (x *GetUserWorkMomentsReq) GetOperationID() string

func (*GetUserWorkMomentsReq) GetPagination

func (x *GetUserWorkMomentsReq) GetPagination() *sdkws.RequestPagination

func (*GetUserWorkMomentsReq) GetUserID

func (x *GetUserWorkMomentsReq) GetUserID() string

func (*GetUserWorkMomentsReq) ProtoMessage

func (*GetUserWorkMomentsReq) ProtoMessage()

func (*GetUserWorkMomentsReq) ProtoReflect

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

func (*GetUserWorkMomentsReq) Reset

func (x *GetUserWorkMomentsReq) Reset()

func (*GetUserWorkMomentsReq) String

func (x *GetUserWorkMomentsReq) String() string

type GetUserWorkMomentsResp

type GetUserWorkMomentsResp struct {
	CommonResp  *CommonResp               `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	WorkMoments []*WorkMoment             `protobuf:"bytes,2,rep,name=workMoments,proto3" json:"workMoments"`
	Pagination  *sdkws.ResponsePagination `protobuf:"bytes,3,opt,name=Pagination,proto3" json:"Pagination"`
	// contains filtered or unexported fields
}

func (*GetUserWorkMomentsResp) Descriptor deprecated

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

Deprecated: Use GetUserWorkMomentsResp.ProtoReflect.Descriptor instead.

func (*GetUserWorkMomentsResp) GetCommonResp

func (x *GetUserWorkMomentsResp) GetCommonResp() *CommonResp

func (*GetUserWorkMomentsResp) GetPagination

func (x *GetUserWorkMomentsResp) GetPagination() *sdkws.ResponsePagination

func (*GetUserWorkMomentsResp) GetWorkMoments

func (x *GetUserWorkMomentsResp) GetWorkMoments() []*WorkMoment

func (*GetUserWorkMomentsResp) ProtoMessage

func (*GetUserWorkMomentsResp) ProtoMessage()

func (*GetUserWorkMomentsResp) ProtoReflect

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

func (*GetUserWorkMomentsResp) Reset

func (x *GetUserWorkMomentsResp) Reset()

func (*GetUserWorkMomentsResp) String

func (x *GetUserWorkMomentsResp) String() string

type GetWorkMomentByIDReq

type GetWorkMomentByIDReq struct {
	WorkMomentID string `protobuf:"bytes,1,opt,name=workMomentID,proto3" json:"workMomentID"`
	OpUserID     string `protobuf:"bytes,2,opt,name=opUserID,proto3" json:"opUserID"`
	OperationID  string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetWorkMomentByIDReq) Descriptor deprecated

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

Deprecated: Use GetWorkMomentByIDReq.ProtoReflect.Descriptor instead.

func (*GetWorkMomentByIDReq) GetOpUserID

func (x *GetWorkMomentByIDReq) GetOpUserID() string

func (*GetWorkMomentByIDReq) GetOperationID

func (x *GetWorkMomentByIDReq) GetOperationID() string

func (*GetWorkMomentByIDReq) GetWorkMomentID

func (x *GetWorkMomentByIDReq) GetWorkMomentID() string

func (*GetWorkMomentByIDReq) ProtoMessage

func (*GetWorkMomentByIDReq) ProtoMessage()

func (*GetWorkMomentByIDReq) ProtoReflect

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

func (*GetWorkMomentByIDReq) Reset

func (x *GetWorkMomentByIDReq) Reset()

func (*GetWorkMomentByIDReq) String

func (x *GetWorkMomentByIDReq) String() string

type GetWorkMomentByIDResp

type GetWorkMomentByIDResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	WorkMoment *WorkMoment `protobuf:"bytes,2,opt,name=workMoment,proto3" json:"workMoment"`
	// contains filtered or unexported fields
}

func (*GetWorkMomentByIDResp) Descriptor deprecated

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

Deprecated: Use GetWorkMomentByIDResp.ProtoReflect.Descriptor instead.

func (*GetWorkMomentByIDResp) GetCommonResp

func (x *GetWorkMomentByIDResp) GetCommonResp() *CommonResp

func (*GetWorkMomentByIDResp) GetWorkMoment

func (x *GetWorkMomentByIDResp) GetWorkMoment() *WorkMoment

func (*GetWorkMomentByIDResp) ProtoMessage

func (*GetWorkMomentByIDResp) ProtoMessage()

func (*GetWorkMomentByIDResp) ProtoReflect

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

func (*GetWorkMomentByIDResp) Reset

func (x *GetWorkMomentByIDResp) Reset()

func (*GetWorkMomentByIDResp) String

func (x *GetWorkMomentByIDResp) String() string

type LikeOneWorkMomentReq

type LikeOneWorkMomentReq struct {
	UserID       string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	WorkMomentID string `protobuf:"bytes,2,opt,name=WorkMomentID,proto3" json:"WorkMomentID"`
	OperationID  string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*LikeOneWorkMomentReq) Descriptor deprecated

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

Deprecated: Use LikeOneWorkMomentReq.ProtoReflect.Descriptor instead.

func (*LikeOneWorkMomentReq) GetOperationID

func (x *LikeOneWorkMomentReq) GetOperationID() string

func (*LikeOneWorkMomentReq) GetUserID

func (x *LikeOneWorkMomentReq) GetUserID() string

func (*LikeOneWorkMomentReq) GetWorkMomentID

func (x *LikeOneWorkMomentReq) GetWorkMomentID() string

func (*LikeOneWorkMomentReq) ProtoMessage

func (*LikeOneWorkMomentReq) ProtoMessage()

func (*LikeOneWorkMomentReq) ProtoReflect

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

func (*LikeOneWorkMomentReq) Reset

func (x *LikeOneWorkMomentReq) Reset()

func (*LikeOneWorkMomentReq) String

func (x *LikeOneWorkMomentReq) String() string

type LikeOneWorkMomentResp

type LikeOneWorkMomentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*LikeOneWorkMomentResp) Descriptor deprecated

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

Deprecated: Use LikeOneWorkMomentResp.ProtoReflect.Descriptor instead.

func (*LikeOneWorkMomentResp) GetCommonResp

func (x *LikeOneWorkMomentResp) GetCommonResp() *CommonResp

func (*LikeOneWorkMomentResp) ProtoMessage

func (*LikeOneWorkMomentResp) ProtoMessage()

func (*LikeOneWorkMomentResp) ProtoReflect

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

func (*LikeOneWorkMomentResp) Reset

func (x *LikeOneWorkMomentResp) Reset()

func (*LikeOneWorkMomentResp) String

func (x *LikeOneWorkMomentResp) String() string

type LikeUser

type LikeUser struct {
	UserID   string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	UserName string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName"`
	// contains filtered or unexported fields
}

func (*LikeUser) Descriptor deprecated

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

Deprecated: Use LikeUser.ProtoReflect.Descriptor instead.

func (*LikeUser) GetUserID

func (x *LikeUser) GetUserID() string

func (*LikeUser) GetUserName

func (x *LikeUser) GetUserName() string

func (*LikeUser) ProtoMessage

func (*LikeUser) ProtoMessage()

func (*LikeUser) ProtoReflect

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

func (*LikeUser) Reset

func (x *LikeUser) Reset()

func (*LikeUser) String

func (x *LikeUser) String() string

type NotificationUser

type NotificationUser struct {
	UserID   string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	UserName string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName"`
	// contains filtered or unexported fields
}

func (*NotificationUser) Descriptor deprecated

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

Deprecated: Use NotificationUser.ProtoReflect.Descriptor instead.

func (*NotificationUser) GetUserID

func (x *NotificationUser) GetUserID() string

func (*NotificationUser) GetUserName

func (x *NotificationUser) GetUserName() string

func (*NotificationUser) ProtoMessage

func (*NotificationUser) ProtoMessage()

func (*NotificationUser) ProtoReflect

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

func (*NotificationUser) Reset

func (x *NotificationUser) Reset()

func (*NotificationUser) String

func (x *NotificationUser) String() string

type OfficeServiceClient

type OfficeServiceClient interface {
	GetUserTags(ctx context.Context, in *GetUserTagsReq, opts ...grpc.CallOption) (*GetUserTagsResp, error)
	CreateTag(ctx context.Context, in *CreateTagReq, opts ...grpc.CallOption) (*CreateTagResp, error)
	DeleteTag(ctx context.Context, in *DeleteTagReq, opts ...grpc.CallOption) (*DeleteTagResp, error)
	SetTag(ctx context.Context, in *SetTagReq, opts ...grpc.CallOption) (*SetTagResp, error)
	SendMsg2Tag(ctx context.Context, in *SendMsg2TagReq, opts ...grpc.CallOption) (*SendMsg2TagResp, error)
	GetTagSendLogs(ctx context.Context, in *GetTagSendLogsReq, opts ...grpc.CallOption) (*GetTagSendLogsResp, error)
	GetUserTagByID(ctx context.Context, in *GetUserTagByIDReq, opts ...grpc.CallOption) (*GetUserTagByIDResp, error)
	CreateOneWorkMoment(ctx context.Context, in *CreateOneWorkMomentReq, opts ...grpc.CallOption) (*CreateOneWorkMomentResp, error)
	DeleteOneWorkMoment(ctx context.Context, in *DeleteOneWorkMomentReq, opts ...grpc.CallOption) (*DeleteOneWorkMomentResp, error)
	LikeOneWorkMoment(ctx context.Context, in *LikeOneWorkMomentReq, opts ...grpc.CallOption) (*LikeOneWorkMomentResp, error)
	CommentOneWorkMoment(ctx context.Context, in *CommentOneWorkMomentReq, opts ...grpc.CallOption) (*CommentOneWorkMomentResp, error)
	DeleteComment(ctx context.Context, in *DeleteCommentReq, opts ...grpc.CallOption) (*DeleteCommentResp, error)
	GetWorkMomentByID(ctx context.Context, in *GetWorkMomentByIDReq, opts ...grpc.CallOption) (*GetWorkMomentByIDResp, error)
	ChangeWorkMomentPermission(ctx context.Context, in *ChangeWorkMomentPermissionReq, opts ...grpc.CallOption) (*ChangeWorkMomentPermissionResp, error)
	// / user self
	GetUserWorkMoments(ctx context.Context, in *GetUserWorkMomentsReq, opts ...grpc.CallOption) (*GetUserWorkMomentsResp, error)
	// / users friend
	GetUserFriendWorkMoments(ctx context.Context, in *GetUserFriendWorkMomentsReq, opts ...grpc.CallOption) (*GetUserFriendWorkMomentsResp, error)
	SetUserWorkMomentsLevel(ctx context.Context, in *SetUserWorkMomentsLevelReq, opts ...grpc.CallOption) (*SetUserWorkMomentsLevelResp, error)
}

OfficeServiceClient is the client API for OfficeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type OfficeServiceServer

type OfficeServiceServer interface {
	GetUserTags(context.Context, *GetUserTagsReq) (*GetUserTagsResp, error)
	CreateTag(context.Context, *CreateTagReq) (*CreateTagResp, error)
	DeleteTag(context.Context, *DeleteTagReq) (*DeleteTagResp, error)
	SetTag(context.Context, *SetTagReq) (*SetTagResp, error)
	SendMsg2Tag(context.Context, *SendMsg2TagReq) (*SendMsg2TagResp, error)
	GetTagSendLogs(context.Context, *GetTagSendLogsReq) (*GetTagSendLogsResp, error)
	GetUserTagByID(context.Context, *GetUserTagByIDReq) (*GetUserTagByIDResp, error)
	CreateOneWorkMoment(context.Context, *CreateOneWorkMomentReq) (*CreateOneWorkMomentResp, error)
	DeleteOneWorkMoment(context.Context, *DeleteOneWorkMomentReq) (*DeleteOneWorkMomentResp, error)
	LikeOneWorkMoment(context.Context, *LikeOneWorkMomentReq) (*LikeOneWorkMomentResp, error)
	CommentOneWorkMoment(context.Context, *CommentOneWorkMomentReq) (*CommentOneWorkMomentResp, error)
	DeleteComment(context.Context, *DeleteCommentReq) (*DeleteCommentResp, error)
	GetWorkMomentByID(context.Context, *GetWorkMomentByIDReq) (*GetWorkMomentByIDResp, error)
	ChangeWorkMomentPermission(context.Context, *ChangeWorkMomentPermissionReq) (*ChangeWorkMomentPermissionResp, error)
	// / user self
	GetUserWorkMoments(context.Context, *GetUserWorkMomentsReq) (*GetUserWorkMomentsResp, error)
	// / users friend
	GetUserFriendWorkMoments(context.Context, *GetUserFriendWorkMomentsReq) (*GetUserFriendWorkMomentsResp, error)
	SetUserWorkMomentsLevel(context.Context, *SetUserWorkMomentsLevelReq) (*SetUserWorkMomentsLevelResp, error)
	// contains filtered or unexported methods
}

OfficeServiceServer is the server API for OfficeService service. All implementations must embed UnimplementedOfficeServiceServer for forward compatibility.

type PermissionGroup

type PermissionGroup struct {
	GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName"`
	GroupID   string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID"`
	// contains filtered or unexported fields
}

func (*PermissionGroup) Descriptor deprecated

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

Deprecated: Use PermissionGroup.ProtoReflect.Descriptor instead.

func (*PermissionGroup) GetGroupID

func (x *PermissionGroup) GetGroupID() string

func (*PermissionGroup) GetGroupName

func (x *PermissionGroup) GetGroupName() string

func (*PermissionGroup) ProtoMessage

func (*PermissionGroup) ProtoMessage()

func (*PermissionGroup) ProtoReflect

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

func (*PermissionGroup) Reset

func (x *PermissionGroup) Reset()

func (*PermissionGroup) String

func (x *PermissionGroup) String() string

type SendMsg2TagReq

type SendMsg2TagReq struct {
	TagList          []string `protobuf:"bytes,1,rep,name=tagList,proto3" json:"tagList"`
	UserList         []string `protobuf:"bytes,2,rep,name=UserList,proto3" json:"UserList"`
	GroupList        []string `protobuf:"bytes,3,rep,name=GroupList,proto3" json:"GroupList"`
	SendID           string   `protobuf:"bytes,4,opt,name=sendID,proto3" json:"sendID"`
	SenderPlatformID int32    `protobuf:"varint,5,opt,name=senderPlatformID,proto3" json:"senderPlatformID"`
	Content          string   `protobuf:"bytes,6,opt,name=content,proto3" json:"content"`
	OperationID      string   `protobuf:"bytes,7,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*SendMsg2TagReq) Descriptor deprecated

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

Deprecated: Use SendMsg2TagReq.ProtoReflect.Descriptor instead.

func (*SendMsg2TagReq) GetContent

func (x *SendMsg2TagReq) GetContent() string

func (*SendMsg2TagReq) GetGroupList

func (x *SendMsg2TagReq) GetGroupList() []string

func (*SendMsg2TagReq) GetOperationID

func (x *SendMsg2TagReq) GetOperationID() string

func (*SendMsg2TagReq) GetSendID

func (x *SendMsg2TagReq) GetSendID() string

func (*SendMsg2TagReq) GetSenderPlatformID

func (x *SendMsg2TagReq) GetSenderPlatformID() int32

func (*SendMsg2TagReq) GetTagList

func (x *SendMsg2TagReq) GetTagList() []string

func (*SendMsg2TagReq) GetUserList

func (x *SendMsg2TagReq) GetUserList() []string

func (*SendMsg2TagReq) ProtoMessage

func (*SendMsg2TagReq) ProtoMessage()

func (*SendMsg2TagReq) ProtoReflect

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

func (*SendMsg2TagReq) Reset

func (x *SendMsg2TagReq) Reset()

func (*SendMsg2TagReq) String

func (x *SendMsg2TagReq) String() string

type SendMsg2TagResp

type SendMsg2TagResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*SendMsg2TagResp) Descriptor deprecated

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

Deprecated: Use SendMsg2TagResp.ProtoReflect.Descriptor instead.

func (*SendMsg2TagResp) GetCommonResp

func (x *SendMsg2TagResp) GetCommonResp() *CommonResp

func (*SendMsg2TagResp) ProtoMessage

func (*SendMsg2TagResp) ProtoMessage()

func (*SendMsg2TagResp) ProtoReflect

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

func (*SendMsg2TagResp) Reset

func (x *SendMsg2TagResp) Reset()

func (*SendMsg2TagResp) String

func (x *SendMsg2TagResp) String() string

type SetTagReq

type SetTagReq struct {
	UserID             string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	TagID              string   `protobuf:"bytes,2,opt,name=tagID,proto3" json:"tagID"`
	NewName            string   `protobuf:"bytes,3,opt,name=newName,proto3" json:"newName"`
	IncreaseUserIDList []string `protobuf:"bytes,4,rep,name=increaseUserIDList,proto3" json:"increaseUserIDList"`
	ReduceUserIDList   []string `protobuf:"bytes,5,rep,name=reduceUserIDList,proto3" json:"reduceUserIDList"`
	OperationID        string   `protobuf:"bytes,6,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*SetTagReq) Descriptor deprecated

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

Deprecated: Use SetTagReq.ProtoReflect.Descriptor instead.

func (*SetTagReq) GetIncreaseUserIDList

func (x *SetTagReq) GetIncreaseUserIDList() []string

func (*SetTagReq) GetNewName

func (x *SetTagReq) GetNewName() string

func (*SetTagReq) GetOperationID

func (x *SetTagReq) GetOperationID() string

func (*SetTagReq) GetReduceUserIDList

func (x *SetTagReq) GetReduceUserIDList() []string

func (*SetTagReq) GetTagID

func (x *SetTagReq) GetTagID() string

func (*SetTagReq) GetUserID

func (x *SetTagReq) GetUserID() string

func (*SetTagReq) ProtoMessage

func (*SetTagReq) ProtoMessage()

func (*SetTagReq) ProtoReflect

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

func (*SetTagReq) Reset

func (x *SetTagReq) Reset()

func (*SetTagReq) String

func (x *SetTagReq) String() string

type SetTagResp

type SetTagResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*SetTagResp) Descriptor deprecated

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

Deprecated: Use SetTagResp.ProtoReflect.Descriptor instead.

func (*SetTagResp) GetCommonResp

func (x *SetTagResp) GetCommonResp() *CommonResp

func (*SetTagResp) ProtoMessage

func (*SetTagResp) ProtoMessage()

func (*SetTagResp) ProtoReflect

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

func (*SetTagResp) Reset

func (x *SetTagResp) Reset()

func (*SetTagResp) String

func (x *SetTagResp) String() string

type SetUserWorkMomentsLevelReq

type SetUserWorkMomentsLevelReq struct {
	UserID      string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Level       int32  `protobuf:"varint,2,opt,name=level,proto3" json:"level"`
	OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*SetUserWorkMomentsLevelReq) Descriptor deprecated

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

Deprecated: Use SetUserWorkMomentsLevelReq.ProtoReflect.Descriptor instead.

func (*SetUserWorkMomentsLevelReq) GetLevel

func (x *SetUserWorkMomentsLevelReq) GetLevel() int32

func (*SetUserWorkMomentsLevelReq) GetOperationID

func (x *SetUserWorkMomentsLevelReq) GetOperationID() string

func (*SetUserWorkMomentsLevelReq) GetUserID

func (x *SetUserWorkMomentsLevelReq) GetUserID() string

func (*SetUserWorkMomentsLevelReq) ProtoMessage

func (*SetUserWorkMomentsLevelReq) ProtoMessage()

func (*SetUserWorkMomentsLevelReq) ProtoReflect

func (*SetUserWorkMomentsLevelReq) Reset

func (x *SetUserWorkMomentsLevelReq) Reset()

func (*SetUserWorkMomentsLevelReq) String

func (x *SetUserWorkMomentsLevelReq) String() string

type SetUserWorkMomentsLevelResp

type SetUserWorkMomentsLevelResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*SetUserWorkMomentsLevelResp) Descriptor deprecated

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

Deprecated: Use SetUserWorkMomentsLevelResp.ProtoReflect.Descriptor instead.

func (*SetUserWorkMomentsLevelResp) GetCommonResp

func (x *SetUserWorkMomentsLevelResp) GetCommonResp() *CommonResp

func (*SetUserWorkMomentsLevelResp) ProtoMessage

func (*SetUserWorkMomentsLevelResp) ProtoMessage()

func (*SetUserWorkMomentsLevelResp) ProtoReflect

func (*SetUserWorkMomentsLevelResp) Reset

func (x *SetUserWorkMomentsLevelResp) Reset()

func (*SetUserWorkMomentsLevelResp) String

func (x *SetUserWorkMomentsLevelResp) String() string

type Tag

type Tag struct {
	TagID    string     `protobuf:"bytes,1,opt,name=tagID,proto3" json:"tagID"`
	TagName  string     `protobuf:"bytes,2,opt,name=tagName,proto3" json:"tagName"`
	UserList []*TagUser `protobuf:"bytes,3,rep,name=userList,proto3" json:"userList"`
	// contains filtered or unexported fields
}

func (*Tag) Descriptor deprecated

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

Deprecated: Use Tag.ProtoReflect.Descriptor instead.

func (*Tag) GetTagID

func (x *Tag) GetTagID() string

func (*Tag) GetTagName

func (x *Tag) GetTagName() string

func (*Tag) GetUserList

func (x *Tag) GetUserList() []*TagUser

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) ProtoReflect

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

func (*Tag) Reset

func (x *Tag) Reset()

func (*Tag) String

func (x *Tag) String() string

type TagSendLog

type TagSendLog struct {
	UserList []*TagUser `protobuf:"bytes,1,rep,name=userList,proto3" json:"userList"`
	Content  string     `protobuf:"bytes,2,opt,name=content,proto3" json:"content"`
	SendTime int64      `protobuf:"varint,3,opt,name=sendTime,proto3" json:"sendTime"`
	// contains filtered or unexported fields
}

func (*TagSendLog) Descriptor deprecated

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

Deprecated: Use TagSendLog.ProtoReflect.Descriptor instead.

func (*TagSendLog) GetContent

func (x *TagSendLog) GetContent() string

func (*TagSendLog) GetSendTime

func (x *TagSendLog) GetSendTime() int64

func (*TagSendLog) GetUserList

func (x *TagSendLog) GetUserList() []*TagUser

func (*TagSendLog) ProtoMessage

func (*TagSendLog) ProtoMessage()

func (*TagSendLog) ProtoReflect

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

func (*TagSendLog) Reset

func (x *TagSendLog) Reset()

func (*TagSendLog) String

func (x *TagSendLog) String() string

type TagUser

type TagUser struct {
	UserID   string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	UserName string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName"`
	// contains filtered or unexported fields
}

func (*TagUser) Descriptor deprecated

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

Deprecated: Use TagUser.ProtoReflect.Descriptor instead.

func (*TagUser) GetUserID

func (x *TagUser) GetUserID() string

func (*TagUser) GetUserName

func (x *TagUser) GetUserName() string

func (*TagUser) ProtoMessage

func (*TagUser) ProtoMessage()

func (*TagUser) ProtoReflect

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

func (*TagUser) Reset

func (x *TagUser) Reset()

func (*TagUser) String

func (x *TagUser) String() string

type UnimplementedOfficeServiceServer

type UnimplementedOfficeServiceServer struct{}

UnimplementedOfficeServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedOfficeServiceServer) CommentOneWorkMoment

func (UnimplementedOfficeServiceServer) CreateOneWorkMoment

func (UnimplementedOfficeServiceServer) CreateTag

func (UnimplementedOfficeServiceServer) DeleteComment

func (UnimplementedOfficeServiceServer) DeleteOneWorkMoment

func (UnimplementedOfficeServiceServer) DeleteTag

func (UnimplementedOfficeServiceServer) GetTagSendLogs

func (UnimplementedOfficeServiceServer) GetUserFriendWorkMoments

func (UnimplementedOfficeServiceServer) GetUserTagByID

func (UnimplementedOfficeServiceServer) GetUserTags

func (UnimplementedOfficeServiceServer) GetUserWorkMoments

func (UnimplementedOfficeServiceServer) GetWorkMomentByID

func (UnimplementedOfficeServiceServer) LikeOneWorkMoment

func (UnimplementedOfficeServiceServer) SendMsg2Tag

func (UnimplementedOfficeServiceServer) SetTag

func (UnimplementedOfficeServiceServer) SetUserWorkMomentsLevel

type UnsafeOfficeServiceServer

type UnsafeOfficeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOfficeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OfficeServiceServer will result in compilation errors.

type WorkMoment

type WorkMoment struct {
	WorkMomentID        string             `protobuf:"bytes,1,opt,name=workMomentID,proto3" json:"workMomentID"`
	UserID              string             `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	UserName            string             `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName"`
	FaceURL             string             `protobuf:"bytes,4,opt,name=faceURL,proto3" json:"faceURL"`
	Content             string             `protobuf:"bytes,5,opt,name=content,proto3" json:"content"`
	LikeUserList        []*WorkMomentUser  `protobuf:"bytes,6,rep,name=likeUserList,proto3" json:"likeUserList"`
	Comments            []*Comment         `protobuf:"bytes,7,rep,name=comments,proto3" json:"comments"`
	Permission          int32              `protobuf:"varint,8,opt,name=permission,proto3" json:"permission"`
	PermissionUserList  []*WorkMomentUser  `protobuf:"bytes,9,rep,name=permissionUserList,proto3" json:"permissionUserList"`
	PermissionGroupList []*PermissionGroup `protobuf:"bytes,10,rep,name=permissionGroupList,proto3" json:"permissionGroupList"`
	AtUserList          []*WorkMomentUser  `protobuf:"bytes,11,rep,name=atUserList,proto3" json:"atUserList"`
	CreateTime          int32              `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime"`
	// contains filtered or unexported fields
}

func (*WorkMoment) Descriptor deprecated

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

Deprecated: Use WorkMoment.ProtoReflect.Descriptor instead.

func (*WorkMoment) GetAtUserList

func (x *WorkMoment) GetAtUserList() []*WorkMomentUser

func (*WorkMoment) GetComments

func (x *WorkMoment) GetComments() []*Comment

func (*WorkMoment) GetContent

func (x *WorkMoment) GetContent() string

func (*WorkMoment) GetCreateTime

func (x *WorkMoment) GetCreateTime() int32

func (*WorkMoment) GetFaceURL

func (x *WorkMoment) GetFaceURL() string

func (*WorkMoment) GetLikeUserList

func (x *WorkMoment) GetLikeUserList() []*WorkMomentUser

func (*WorkMoment) GetPermission

func (x *WorkMoment) GetPermission() int32

func (*WorkMoment) GetPermissionGroupList

func (x *WorkMoment) GetPermissionGroupList() []*PermissionGroup

func (*WorkMoment) GetPermissionUserList

func (x *WorkMoment) GetPermissionUserList() []*WorkMomentUser

func (*WorkMoment) GetUserID

func (x *WorkMoment) GetUserID() string

func (*WorkMoment) GetUserName

func (x *WorkMoment) GetUserName() string

func (*WorkMoment) GetWorkMomentID

func (x *WorkMoment) GetWorkMomentID() string

func (*WorkMoment) ProtoMessage

func (*WorkMoment) ProtoMessage()

func (*WorkMoment) ProtoReflect

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

func (*WorkMoment) Reset

func (x *WorkMoment) Reset()

func (*WorkMoment) String

func (x *WorkMoment) String() string

type WorkMomentNotificationMsg

type WorkMomentNotificationMsg struct {
	NotificationMsgType int32  `protobuf:"varint,1,opt,name=notificationMsgType,proto3" json:"notificationMsgType"`
	ReplyUserName       string `protobuf:"bytes,2,opt,name=replyUserName,proto3" json:"replyUserName"`
	ReplyUserID         string `protobuf:"bytes,3,opt,name=replyUserID,proto3" json:"replyUserID"`
	Content             string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"`
	ContentID           string `protobuf:"bytes,5,opt,name=contentID,proto3" json:"contentID"`
	WorkMomentID        string `protobuf:"bytes,6,opt,name=workMomentID,proto3" json:"workMomentID"`
	UserID              string `protobuf:"bytes,7,opt,name=userID,proto3" json:"userID"`
	UserName            string `protobuf:"bytes,8,opt,name=userName,proto3" json:"userName"`
	FaceURL             string `protobuf:"bytes,9,opt,name=faceURL,proto3" json:"faceURL"`
	WorkMomentContent   string `protobuf:"bytes,10,opt,name=workMomentContent,proto3" json:"workMomentContent"`
	CreateTime          int32  `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime"`
	// contains filtered or unexported fields
}

func (*WorkMomentNotificationMsg) Descriptor deprecated

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

Deprecated: Use WorkMomentNotificationMsg.ProtoReflect.Descriptor instead.

func (*WorkMomentNotificationMsg) GetContent

func (x *WorkMomentNotificationMsg) GetContent() string

func (*WorkMomentNotificationMsg) GetContentID

func (x *WorkMomentNotificationMsg) GetContentID() string

func (*WorkMomentNotificationMsg) GetCreateTime

func (x *WorkMomentNotificationMsg) GetCreateTime() int32

func (*WorkMomentNotificationMsg) GetFaceURL

func (x *WorkMomentNotificationMsg) GetFaceURL() string

func (*WorkMomentNotificationMsg) GetNotificationMsgType

func (x *WorkMomentNotificationMsg) GetNotificationMsgType() int32

func (*WorkMomentNotificationMsg) GetReplyUserID

func (x *WorkMomentNotificationMsg) GetReplyUserID() string

func (*WorkMomentNotificationMsg) GetReplyUserName

func (x *WorkMomentNotificationMsg) GetReplyUserName() string

func (*WorkMomentNotificationMsg) GetUserID

func (x *WorkMomentNotificationMsg) GetUserID() string

func (*WorkMomentNotificationMsg) GetUserName

func (x *WorkMomentNotificationMsg) GetUserName() string

func (*WorkMomentNotificationMsg) GetWorkMomentContent

func (x *WorkMomentNotificationMsg) GetWorkMomentContent() string

func (*WorkMomentNotificationMsg) GetWorkMomentID

func (x *WorkMomentNotificationMsg) GetWorkMomentID() string

func (*WorkMomentNotificationMsg) ProtoMessage

func (*WorkMomentNotificationMsg) ProtoMessage()

func (*WorkMomentNotificationMsg) ProtoReflect

func (*WorkMomentNotificationMsg) Reset

func (x *WorkMomentNotificationMsg) Reset()

func (*WorkMomentNotificationMsg) String

func (x *WorkMomentNotificationMsg) String() string

type WorkMomentUser

type WorkMomentUser struct {
	UserID   string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	UserName string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName"`
	// contains filtered or unexported fields
}

func (*WorkMomentUser) Descriptor deprecated

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

Deprecated: Use WorkMomentUser.ProtoReflect.Descriptor instead.

func (*WorkMomentUser) GetUserID

func (x *WorkMomentUser) GetUserID() string

func (*WorkMomentUser) GetUserName

func (x *WorkMomentUser) GetUserName() string

func (*WorkMomentUser) ProtoMessage

func (*WorkMomentUser) ProtoMessage()

func (*WorkMomentUser) ProtoReflect

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

func (*WorkMomentUser) Reset

func (x *WorkMomentUser) Reset()

func (*WorkMomentUser) String

func (x *WorkMomentUser) String() string

Jump to

Keyboard shortcuts

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