begin boilerplate for golang modules
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package auth
|
||||
|
||||
type Service interface {
|
||||
VerifyCode(email string, code string) error
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
package llink
|
||||
Reference in New Issue
Block a user