MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / Model

Interface Model

internal/models/base.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type Model interface {
8 CollectionName() string
9}
10
11type BaseModel struct {
12 ID bson.ObjectID `bson:"_id"`

Callers 8

NewOAuthServiceFunction · 0.65
NewPromptServiceFunction · 0.65
NewReverseCommentServiceFunction · 0.65
NewUsageServiceFunction · 0.65
NewProjectServiceFunction · 0.65
NewChatServiceFunction · 0.65
NewChatServiceV2Function · 0.65

Implementers 10

OAuthinternal/models/oauth.go
Promptinternal/models/prompt.go
Conversationinternal/models/conversation.go
Commentinternal/models/comment.go
HourlyUsageinternal/models/usage.go
WeeklyUsageinternal/models/usage.go
LifetimeUsageinternal/models/usage.go
Projectinternal/models/project.go
Userinternal/models/user.go
FunctionCallinternal/models/function_calls.go

Calls

no outgoing calls

Tested by

no test coverage detected