MCPcopy Create free account

hub / github.com/PGshen/gpt-meeting-service / functions

Functions546 in github.com/PGshen/gpt-meeting-service

↓ 1 callersFunctionNewRoleTemplateUsecase
(repo RoleTemplateRepo, logger log.Logger)
internal/biz/role_template.go:30
↓ 1 callersFunctionNewTree
()
internal/lib/datastruct/tree.go:29
↓ 1 callersFunctionNewZapLogger
创建一个 ZapLogger 实例
internal/lib/components/zap_log.go:27
↓ 1 callersFunctionRegisterMeetingHTTPServer
(s *http.Server, srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:36
↓ 1 callersFunctionRegisterRoleHTTPServer
(s *http.Server, srv RoleHTTPServer)
api/template/v1/role_http.pb.go:34
↓ 1 callersFunctionRegisterRoleServer
(s grpc.ServiceRegistrar, srv RoleServer)
api/template/v1/role_grpc.pb.go:118
↓ 1 callersMethodRemoveEdge
(from, to T)
internal/lib/datastruct/graph.go:78
↓ 1 callersMethodRemoveNode
(data T)
internal/lib/datastruct/graph.go:65
↓ 1 callersMethodStartFlowItem
** * @description: 开始一个环节 * @param {context.Context} ctx * @param {string} meetingId * @param {string} flowItemId * @return {*} */
internal/biz/meeting.go:197
↓ 1 callersMethodUpdateMeeting
(context.Context, *UpdateMeetingRequest)
api/template/v1/meeting_http.pb.go:33
↓ 1 callersMethodUpdateMeetingChatTreeNodeData
(ctx context.Context, meetingId string, meetingDataItemId string, chatNodeIdPath []string, conversation domain
internal/biz/meeting.go:39
↓ 1 callersMethodUpdateMeetingTemplate
(context.Context, *domain.MeetingTemplate)
internal/biz/meeting_template.go:21
↓ 1 callersMethodUpdateRole
(context.Context, *UpdateRoleRequest)
api/template/v1/role_http.pb.go:31
↓ 1 callersMethodUpdateRoleTemplate
(context.Context, *domain.RoleTemplate)
internal/biz/role_template.go:19
↓ 1 callersFunction_Meeting_CreateMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:45
↓ 1 callersFunction_Meeting_DeleteMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:83
↓ 1 callersFunction_Meeting_GetMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:102
↓ 1 callersFunction_Meeting_ListMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:124
↓ 1 callersFunction_Meeting_UpdateMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:64
↓ 1 callersFunction_Role_CreateRole0_HTTP_Handler
(srv RoleHTTPServer)
api/template/v1/role_http.pb.go:42
↓ 1 callersFunction_Role_DeleteRole0_HTTP_Handler
(srv RoleHTTPServer)
api/template/v1/role_http.pb.go:80
↓ 1 callersFunction_Role_ListRole0_HTTP_Handler
(srv RoleHTTPServer)
api/template/v1/role_http.pb.go:99
↓ 1 callersFunction_Role_UpdateRole0_HTTP_Handler
(srv RoleHTTPServer)
api/template/v1/role_http.pb.go:61
↓ 1 callersMethodaddNeighbor
(neighbor T)
internal/lib/datastruct/graph.go:27
↓ 1 callersFunctionexportData
(sourceURI, username, passwd, sourceDatabase string)
cmd/script/dataOp.go:48
↓ 1 callersFunctionfile_conf_conf_proto_init
()
internal/conf/conf.pb.go:691
↓ 1 callersFunctionfile_template_v1_meeting_proto_init
()
api/template/v1/meeting.pb.go:857
↓ 1 callersFunctionfile_template_v1_role_proto_init
()
api/template/v1/role.pb.go:661
↓ 1 callersFunctionformatQaTree
格式化树
internal/biz/meeting.go:792
↓ 1 callersFunctionformatThinkingTree
格式化树
internal/biz/meeting.go:466
↓ 1 callersFunctiongetLogWriter
日志自动切割,采用 lumberjack 实现的
internal/lib/components/zap_log.go:65
↓ 1 callersFunctiongetNodeAncestors
** * @description: 获取节点的祖先节点 广度优先 * @param {string} node * @param {map[string][]string} nodeParentsMap * @return {*} */
internal/lib/datastruct/graph.go:178
↓ 1 callersFunctiongetPreviouslyOn
** * @description: 上游议程概要 * @param {*domain.Meeting} meeting * @param {*domain.FlowItem} flowItem * @return {*} */
internal/biz/meeting.go:1298
↓ 1 callersFunctionimportData
(destinationURI, username, passwd, destinationDatabase string)
cmd/script/dataOp.go:60
↓ 1 callersMethodmergeNodes
(node1, node2 *TreeNode[T])
internal/lib/datastruct/tree.go:146
↓ 1 callersFunctionnewApp
(logger log.Logger, gs *grpc.Server, hs *http.Server)
cmd/gpt-meeting-service/main.go:40
↓ 1 callersMethodprintLog
(messages []openai.ChatCompletionMessage, gptReply string)
internal/biz/gpt.go:109
↓ 1 callersFunctionwireApp
wireApp init kratos application.
cmd/gpt-meeting-service/wire.go:21
MethodChat
(ctx http.Context, content string)
internal/biz/meeting.go:1242
MethodChat
** * @description: chat * @param {http.Context} ctx * @return {*} */
internal/service/meeting.go:401
MethodCountByUser
CountByUser implements biz.MeetingRepo
internal/data/meeting.go:93
MethodCreate
(ctx context.Context, meeting *domain.MeetingTemplate)
internal/biz/meeting_template.go:41
MethodCreate
(ctx http.Context, newDify *domain.DifyData)
internal/biz/dify.go:60
MethodCreate
(ctx context.Context, role *domain.RoleTemplate)
internal/biz/role_template.go:37
MethodCreate
Create implements biz.MeetingRepo
internal/data/meeting.go:39
MethodCreate
Create implements biz.DifyRepo.
internal/data/dify.go:26
MethodCreateMeeting
(ctx context.Context, req *pb.CreateMeetingRequest)
internal/service/meeting_template.go:34
MethodCreateMeeting
(ctx context.Context, req *CreateMeetingRequest, opts ...http.CallOption)
api/template/v1/meeting_http.pb.go:144
MethodCreateMeeting
(ctx context.Context, in *CreateMeetingRequest, opts ...http.CallOption)
api/template/v1/meeting_http.pb.go:159
MethodCreateMeeting
(ctx context.Context, in *CreateMeetingRequest, opts ...grpc.CallOption)
api/template/v1/meeting_grpc.pb.go:48
MethodCreateMeeting
(context.Context, *CreateMeetingRequest)
api/template/v1/meeting_grpc.pb.go:97
MethodCreateMeeting
(context.Context, *CreateMeetingRequest)
api/template/v1/meeting_grpc.pb.go:109
MethodCreateMeetingTemplate
(ctx context.Context, mt *domain.MeetingTemplate)
internal/data/meeting_template.go:34
MethodCreateRole
(ctx context.Context, req *pb.CreateRoleRequest)
internal/service/role_template.go:34
MethodCreateRole
(ctx context.Context, in *CreateRoleRequest, opts ...grpc.CallOption)
api/template/v1/role_grpc.pb.go:46
MethodCreateRole
(context.Context, *CreateRoleRequest)
api/template/v1/role_grpc.pb.go:86
MethodCreateRole
(context.Context, *CreateRoleRequest)
api/template/v1/role_grpc.pb.go:97
MethodCreateRole
(ctx context.Context, req *CreateRoleRequest, opts ...http.CallOption)
api/template/v1/role_http.pb.go:119
MethodCreateRole
(ctx context.Context, in *CreateRoleRequest, opts ...http.CallOption)
api/template/v1/role_http.pb.go:133
MethodCreateRoleTemplate
(ctx context.Context, role *domain.RoleTemplate)
internal/data/role_template.go:46
MethodDel
(ctx context.Context, id string)
internal/data/dify.go:131
MethodDelete
(ctx context.Context, id string)
internal/biz/meeting_template.go:168
MethodDeleteMeeting
(ctx context.Context, req *pb.DeleteMeetingRequest)
internal/service/meeting_template.go:61
MethodDeleteMeeting
(ctx context.Context, req *DeleteMeetingRequest, opts ...http.CallOption)
api/template/v1/meeting_http.pb.go:145
MethodDeleteMeeting
(ctx context.Context, in *DeleteMeetingRequest, opts ...http.CallOption)
api/template/v1/meeting_http.pb.go:172
MethodDeleteMeeting
(ctx context.Context, in *DeleteMeetingRequest, opts ...grpc.CallOption)
api/template/v1/meeting_grpc.pb.go:66
MethodDeleteMeeting
(context.Context, *DeleteMeetingRequest)
api/template/v1/meeting_grpc.pb.go:99
MethodDeleteMeeting
(context.Context, *DeleteMeetingRequest)
api/template/v1/meeting_grpc.pb.go:115
MethodDeleteMeetingTemplate
(ctx context.Context, id string)
internal/data/meeting_template.go:57
MethodDeleteRole
(ctx context.Context, req *pb.DeleteRoleRequest)
internal/service/role_template.go:57
MethodDeleteRole
(ctx context.Context, in *DeleteRoleRequest, opts ...grpc.CallOption)
api/template/v1/role_grpc.pb.go:64
MethodDeleteRole
(context.Context, *DeleteRoleRequest)
api/template/v1/role_grpc.pb.go:88
MethodDeleteRole
(context.Context, *DeleteRoleRequest)
api/template/v1/role_grpc.pb.go:103
MethodDeleteRole
(ctx context.Context, req *DeleteRoleRequest, opts ...http.CallOption)
api/template/v1/role_http.pb.go:120
MethodDeleteRole
(ctx context.Context, in *DeleteRoleRequest, opts ...http.CallOption)
api/template/v1/role_http.pb.go:146
MethodDeleteRoleTemplate
(ctx context.Context, id string)
internal/data/role_template.go:69
MethodDescriptor
Deprecated: Use Bootstrap.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:61
MethodDescriptor
Deprecated: Use Server.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:116
MethodDescriptor
Deprecated: Use Data.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:173
MethodDescriptor
Deprecated: Use Server_HTTP.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:243
MethodDescriptor
Deprecated: Use Server_GRPC.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:306
MethodDescriptor
Deprecated: Use Data_Mongo.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:373
MethodDescriptor
Deprecated: Use Data_OpenAi.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:466
MethodDescriptor
Deprecated: Use Data_TxCos.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:543
MethodDescriptor
Deprecated: Use RoleInfo.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:67
MethodDescriptor
Deprecated: Use CreateRoleRequest.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:167
MethodDescriptor
Deprecated: Use UpdateRoleRequest.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:246
MethodDescriptor
Deprecated: Use DeleteRoleRequest.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:321
MethodDescriptor
Deprecated: Use ListRoleRequest.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:371
MethodDescriptor
Deprecated: Use ListRoleReply.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:441
MethodDescriptor
Deprecated: Use ListRoleReply_Data.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:503
MethodDescriptor
Deprecated: Use BoolReply.ProtoReflect.Descriptor instead.
api/template/v1/common.pb.go:61
MethodDescriptor
Deprecated: Use BoolReply_Data.ProtoReflect.Descriptor instead.
api/template/v1/common.pb.go:122
MethodDescriptor
Deprecated: Use CreateMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:66
MethodDescriptor
Deprecated: Use UpdateMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:161
MethodDescriptor
Deprecated: Use DeleteMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:250
MethodDescriptor
Deprecated: Use MeetingInfo.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:306
MethodDescriptor
Deprecated: Use GetMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:416
MethodDescriptor
Deprecated: Use GetMeetingReply.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:465
MethodDescriptor
Deprecated: Use ListMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:529
← previousnext →101–200 of 546, ranked by callers