template-monorepo/internal/model/member/usecase/test_helpers_test.go

7 lines
100 B
Go
Raw Permalink Normal View History

2026-05-20 13:03:59 +00:00
package usecase_test
const (
testRedisTypeNode = "node"
testUserEmail = "user@example.com"
)