Files
llink/go/internal/service/auth/service.go
T

6 lines
86 B
Go

package auth
type Service interface {
VerifyCode(email string, code string) error
}