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

Method Update

api/pkg/repositories/user_repository.go:15–15  ·  view source on GitHub ↗

Update a new entities.User

(ctx context.Context, user *entities.User)

Source from the content-addressed store, hash-verified

13
14 // Update a new entities.User
15 Update(ctx context.Context, user *entities.User) error
16
17 // LoadAuthContext fetches an entities.AuthContext by apiKey
18 LoadAuthContext(ctx context.Context, apiKey string) (entities.AuthContext, error)

Callers 15

UpdateMethod · 0.65
UpdateMethod · 0.65
StartSubscriptionMethod · 0.65
CancelSubscriptionMethod · 0.65
ExpireSubscriptionMethod · 0.65
UpdateSubscriptionMethod · 0.65
HandleMessageSendingMethod · 0.65
HandleMessageSentMethod · 0.65
HandleMessageFailedMethod · 0.65

Implementers 1

gormUserRepositoryapi/pkg/repositories/gorm_user_reposit

Calls

no outgoing calls

Tested by

no test coverage detected