MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / Index

Method Index

api/pkg/repositories/phone_repository.go:17–17  ·  view source on GitHub ↗

Index entities.Phone of a user

(ctx context.Context, userID entities.UserID, params IndexParams)

Source from the content-addressed store, hash-verified

15
16 // Index entities.Phone of a user
17 Index(ctx context.Context, userID entities.UserID, params IndexParams) (*[]entities.Phone, error)
18
19 // Load a phone by user and phone number
20 Load(ctx context.Context, userID entities.UserID, phoneNumber string) (*entities.Phone, error)

Callers 15

IndexMethod · 0.65
IndexMethod · 0.65
IndexMethod · 0.65
IndexMethod · 0.65
IndexMethod · 0.65
IndexMethod · 0.65
GetMessagesMethod · 0.65
GetThreadsMethod · 0.65
IndexMethod · 0.65
IndexMethod · 0.65
StoreMethod · 0.65

Implementers 1

gormPhoneRepositoryapi/pkg/repositories/gorm_phone_reposi

Calls

no outgoing calls

Tested by 1