codeword/internal/models/deps.go

16 lines
211 B
Go

package models
type StoreRecDeps struct {
UserID string
Email string
Key string
Url string
}
type RecEmailDeps struct {
UserID string
Email string
SignWithID string
ID string
}