Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
type
Model
interface
{
8
CollectionName() string
9
}
10
11
type
BaseModel
struct
{
12
ID bson.ObjectID `bson:
"_id"
`
Callers
8
NewOAuthService
Function · 0.65
NewPromptService
Function · 0.65
NewReverseCommentService
Function · 0.65
NewUsageService
Function · 0.65
NewProjectService
Function · 0.65
NewChatService
Function · 0.65
NewChatServiceV2
Function · 0.65
TestTrackUsage_FailedCompletion
Function · 0.65
Implementers
10
OAuth
internal/models/oauth.go
Prompt
internal/models/prompt.go
Conversation
internal/models/conversation.go
Comment
internal/models/comment.go
HourlyUsage
internal/models/usage.go
WeeklyUsage
internal/models/usage.go
LifetimeUsage
internal/models/usage.go
Project
internal/models/project.go
User
internal/models/user.go
FunctionCall
internal/models/function_calls.go
Calls
no outgoing calls
Tested by
no test coverage detected