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

Method LoadByID

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

LoadByID a phone by ID

(ctx context.Context, userID entities.UserID, phoneID uuid.UUID)

Source from the content-addressed store, hash-verified

21
22 // LoadByID a phone by ID
23 LoadByID(ctx context.Context, userID entities.UserID, phoneID uuid.UUID) (*entities.Phone, error)
24
25 // Delete an entities.Phone
26 Delete(ctx context.Context, userID entities.UserID, phoneID uuid.UUID) error

Callers 5

RemovePhoneMethod · 0.65
AddPhoneMethod · 0.65
SendHeartbeatFCMMethod · 0.65
SendMethod · 0.65
DeleteMethod · 0.65

Implementers 1

gormPhoneRepositoryapi/pkg/repositories/gorm_phone_reposi

Calls

no outgoing calls

Tested by

no test coverage detected