Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PGshen/gpt-meeting-service
/ functions
Functions
546 in github.com/PGshen/gpt-meeting-service
⨍
Functions
546
◇
Types & classes
126
↓ 1 callers
Function
NewRoleTemplateUsecase
(repo RoleTemplateRepo, logger log.Logger)
internal/biz/role_template.go:30
↓ 1 callers
Function
NewTree
()
internal/lib/datastruct/tree.go:29
↓ 1 callers
Function
NewZapLogger
创建一个 ZapLogger 实例
internal/lib/components/zap_log.go:27
↓ 1 callers
Function
RegisterMeetingHTTPServer
(s *http.Server, srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:36
↓ 1 callers
Function
RegisterRoleHTTPServer
(s *http.Server, srv RoleHTTPServer)
api/template/v1/role_http.pb.go:34
↓ 1 callers
Function
RegisterRoleServer
(s grpc.ServiceRegistrar, srv RoleServer)
api/template/v1/role_grpc.pb.go:118
↓ 1 callers
Method
RemoveEdge
(from, to T)
internal/lib/datastruct/graph.go:78
↓ 1 callers
Method
RemoveNode
(data T)
internal/lib/datastruct/graph.go:65
↓ 1 callers
Method
StartFlowItem
** * @description: 开始一个环节 * @param {context.Context} ctx * @param {string} meetingId * @param {string} flowItemId * @return {*} */
internal/biz/meeting.go:197
↓ 1 callers
Method
UpdateMeeting
(context.Context, *UpdateMeetingRequest)
api/template/v1/meeting_http.pb.go:33
↓ 1 callers
Method
UpdateMeetingChatTreeNodeData
(ctx context.Context, meetingId string, meetingDataItemId string, chatNodeIdPath []string, conversation domain
internal/biz/meeting.go:39
↓ 1 callers
Method
UpdateMeetingTemplate
(context.Context, *domain.MeetingTemplate)
internal/biz/meeting_template.go:21
↓ 1 callers
Method
UpdateRole
(context.Context, *UpdateRoleRequest)
api/template/v1/role_http.pb.go:31
↓ 1 callers
Method
UpdateRoleTemplate
(context.Context, *domain.RoleTemplate)
internal/biz/role_template.go:19
↓ 1 callers
Function
_Meeting_CreateMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:45
↓ 1 callers
Function
_Meeting_DeleteMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:83
↓ 1 callers
Function
_Meeting_GetMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:102
↓ 1 callers
Function
_Meeting_ListMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:124
↓ 1 callers
Function
_Meeting_UpdateMeeting0_HTTP_Handler
(srv MeetingHTTPServer)
api/template/v1/meeting_http.pb.go:64
↓ 1 callers
Function
_Role_CreateRole0_HTTP_Handler
(srv RoleHTTPServer)
api/template/v1/role_http.pb.go:42
↓ 1 callers
Function
_Role_DeleteRole0_HTTP_Handler
(srv RoleHTTPServer)
api/template/v1/role_http.pb.go:80
↓ 1 callers
Function
_Role_ListRole0_HTTP_Handler
(srv RoleHTTPServer)
api/template/v1/role_http.pb.go:99
↓ 1 callers
Function
_Role_UpdateRole0_HTTP_Handler
(srv RoleHTTPServer)
api/template/v1/role_http.pb.go:61
↓ 1 callers
Method
addNeighbor
(neighbor T)
internal/lib/datastruct/graph.go:27
↓ 1 callers
Function
exportData
(sourceURI, username, passwd, sourceDatabase string)
cmd/script/dataOp.go:48
↓ 1 callers
Function
file_conf_conf_proto_init
()
internal/conf/conf.pb.go:691
↓ 1 callers
Function
file_template_v1_meeting_proto_init
()
api/template/v1/meeting.pb.go:857
↓ 1 callers
Function
file_template_v1_role_proto_init
()
api/template/v1/role.pb.go:661
↓ 1 callers
Function
formatQaTree
格式化树
internal/biz/meeting.go:792
↓ 1 callers
Function
formatThinkingTree
格式化树
internal/biz/meeting.go:466
↓ 1 callers
Function
getLogWriter
日志自动切割,采用 lumberjack 实现的
internal/lib/components/zap_log.go:65
↓ 1 callers
Function
getNodeAncestors
** * @description: 获取节点的祖先节点 广度优先 * @param {string} node * @param {map[string][]string} nodeParentsMap * @return {*} */
internal/lib/datastruct/graph.go:178
↓ 1 callers
Function
getPreviouslyOn
** * @description: 上游议程概要 * @param {*domain.Meeting} meeting * @param {*domain.FlowItem} flowItem * @return {*} */
internal/biz/meeting.go:1298
↓ 1 callers
Function
importData
(destinationURI, username, passwd, destinationDatabase string)
cmd/script/dataOp.go:60
↓ 1 callers
Method
mergeNodes
(node1, node2 *TreeNode[T])
internal/lib/datastruct/tree.go:146
↓ 1 callers
Function
newApp
(logger log.Logger, gs *grpc.Server, hs *http.Server)
cmd/gpt-meeting-service/main.go:40
↓ 1 callers
Method
printLog
(messages []openai.ChatCompletionMessage, gptReply string)
internal/biz/gpt.go:109
↓ 1 callers
Function
wireApp
wireApp init kratos application.
cmd/gpt-meeting-service/wire.go:21
Method
Chat
(ctx http.Context, content string)
internal/biz/meeting.go:1242
Method
Chat
** * @description: chat * @param {http.Context} ctx * @return {*} */
internal/service/meeting.go:401
Method
CountByUser
CountByUser implements biz.MeetingRepo
internal/data/meeting.go:93
Method
Create
(ctx context.Context, meeting *domain.MeetingTemplate)
internal/biz/meeting_template.go:41
Method
Create
(ctx http.Context, newDify *domain.DifyData)
internal/biz/dify.go:60
Method
Create
(ctx context.Context, role *domain.RoleTemplate)
internal/biz/role_template.go:37
Method
Create
Create implements biz.MeetingRepo
internal/data/meeting.go:39
Method
Create
Create implements biz.DifyRepo.
internal/data/dify.go:26
Method
CreateMeeting
(ctx context.Context, req *pb.CreateMeetingRequest)
internal/service/meeting_template.go:34
Method
CreateMeeting
(ctx context.Context, req *CreateMeetingRequest, opts ...http.CallOption)
api/template/v1/meeting_http.pb.go:144
Method
CreateMeeting
(ctx context.Context, in *CreateMeetingRequest, opts ...http.CallOption)
api/template/v1/meeting_http.pb.go:159
Method
CreateMeeting
(ctx context.Context, in *CreateMeetingRequest, opts ...grpc.CallOption)
api/template/v1/meeting_grpc.pb.go:48
Method
CreateMeeting
(context.Context, *CreateMeetingRequest)
api/template/v1/meeting_grpc.pb.go:97
Method
CreateMeeting
(context.Context, *CreateMeetingRequest)
api/template/v1/meeting_grpc.pb.go:109
Method
CreateMeetingTemplate
(ctx context.Context, mt *domain.MeetingTemplate)
internal/data/meeting_template.go:34
Method
CreateRole
(ctx context.Context, req *pb.CreateRoleRequest)
internal/service/role_template.go:34
Method
CreateRole
(ctx context.Context, in *CreateRoleRequest, opts ...grpc.CallOption)
api/template/v1/role_grpc.pb.go:46
Method
CreateRole
(context.Context, *CreateRoleRequest)
api/template/v1/role_grpc.pb.go:86
Method
CreateRole
(context.Context, *CreateRoleRequest)
api/template/v1/role_grpc.pb.go:97
Method
CreateRole
(ctx context.Context, req *CreateRoleRequest, opts ...http.CallOption)
api/template/v1/role_http.pb.go:119
Method
CreateRole
(ctx context.Context, in *CreateRoleRequest, opts ...http.CallOption)
api/template/v1/role_http.pb.go:133
Method
CreateRoleTemplate
(ctx context.Context, role *domain.RoleTemplate)
internal/data/role_template.go:46
Method
Del
(ctx context.Context, id string)
internal/data/dify.go:131
Method
Delete
(ctx context.Context, id string)
internal/biz/meeting_template.go:168
Method
DeleteMeeting
(ctx context.Context, req *pb.DeleteMeetingRequest)
internal/service/meeting_template.go:61
Method
DeleteMeeting
(ctx context.Context, req *DeleteMeetingRequest, opts ...http.CallOption)
api/template/v1/meeting_http.pb.go:145
Method
DeleteMeeting
(ctx context.Context, in *DeleteMeetingRequest, opts ...http.CallOption)
api/template/v1/meeting_http.pb.go:172
Method
DeleteMeeting
(ctx context.Context, in *DeleteMeetingRequest, opts ...grpc.CallOption)
api/template/v1/meeting_grpc.pb.go:66
Method
DeleteMeeting
(context.Context, *DeleteMeetingRequest)
api/template/v1/meeting_grpc.pb.go:99
Method
DeleteMeeting
(context.Context, *DeleteMeetingRequest)
api/template/v1/meeting_grpc.pb.go:115
Method
DeleteMeetingTemplate
(ctx context.Context, id string)
internal/data/meeting_template.go:57
Method
DeleteRole
(ctx context.Context, req *pb.DeleteRoleRequest)
internal/service/role_template.go:57
Method
DeleteRole
(ctx context.Context, in *DeleteRoleRequest, opts ...grpc.CallOption)
api/template/v1/role_grpc.pb.go:64
Method
DeleteRole
(context.Context, *DeleteRoleRequest)
api/template/v1/role_grpc.pb.go:88
Method
DeleteRole
(context.Context, *DeleteRoleRequest)
api/template/v1/role_grpc.pb.go:103
Method
DeleteRole
(ctx context.Context, req *DeleteRoleRequest, opts ...http.CallOption)
api/template/v1/role_http.pb.go:120
Method
DeleteRole
(ctx context.Context, in *DeleteRoleRequest, opts ...http.CallOption)
api/template/v1/role_http.pb.go:146
Method
DeleteRoleTemplate
(ctx context.Context, id string)
internal/data/role_template.go:69
Method
Descriptor
Deprecated: Use Bootstrap.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:61
Method
Descriptor
Deprecated: Use Server.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:116
Method
Descriptor
Deprecated: Use Data.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:173
Method
Descriptor
Deprecated: Use Server_HTTP.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:243
Method
Descriptor
Deprecated: Use Server_GRPC.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:306
Method
Descriptor
Deprecated: Use Data_Mongo.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:373
Method
Descriptor
Deprecated: Use Data_OpenAi.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:466
Method
Descriptor
Deprecated: Use Data_TxCos.ProtoReflect.Descriptor instead.
internal/conf/conf.pb.go:543
Method
Descriptor
Deprecated: Use RoleInfo.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:67
Method
Descriptor
Deprecated: Use CreateRoleRequest.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:167
Method
Descriptor
Deprecated: Use UpdateRoleRequest.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:246
Method
Descriptor
Deprecated: Use DeleteRoleRequest.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:321
Method
Descriptor
Deprecated: Use ListRoleRequest.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:371
Method
Descriptor
Deprecated: Use ListRoleReply.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:441
Method
Descriptor
Deprecated: Use ListRoleReply_Data.ProtoReflect.Descriptor instead.
api/template/v1/role.pb.go:503
Method
Descriptor
Deprecated: Use BoolReply.ProtoReflect.Descriptor instead.
api/template/v1/common.pb.go:61
Method
Descriptor
Deprecated: Use BoolReply_Data.ProtoReflect.Descriptor instead.
api/template/v1/common.pb.go:122
Method
Descriptor
Deprecated: Use CreateMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:66
Method
Descriptor
Deprecated: Use UpdateMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:161
Method
Descriptor
Deprecated: Use DeleteMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:250
Method
Descriptor
Deprecated: Use MeetingInfo.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:306
Method
Descriptor
Deprecated: Use GetMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:416
Method
Descriptor
Deprecated: Use GetMeetingReply.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:465
Method
Descriptor
Deprecated: Use ListMeetingRequest.ProtoReflect.Descriptor instead.
api/template/v1/meeting.pb.go:529
← previous
next →
101–200 of 546, ranked by callers