MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / SendCode

Method SendCode

internal/repository/sms.go:32–32  ·  view source on GitHub ↗
(ctx context.Context, number string)

Source from the content-addressed store, hash-verified

30 IncrCnt(ctx context.Context, number string) error
31 ReleaseLock(ctx context.Context, number string) error
32 SendCode(ctx context.Context, number string) error
33}
34
35// smsRepository 实现了 SmsRepository 接口

Callers 3

TestSendCodeFunction · 0.95
HandleMessageMethod · 0.65
HandleMessageMethod · 0.65

Implementers 1

smsRepositoryinternal/repository/sms.go

Calls

no outgoing calls

Tested by 1

TestSendCodeFunction · 0.76