Skip to content

Commit 4a1c3f8

Browse files
add const user information
1 parent 187d88a commit 4a1c3f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

constants/constants.go

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
package constants
22

33
const (
4+
5+
// default user information
6+
DefaultUserName string = "default_username"
7+
DefaultEmail string = "[email protected]"
8+
DefaultPassword string = "12345678"
9+
10+
// end user information
11+
412
AuthorizationHeaderKey string = "Authorization"
513
UserIdKey string = "UserId"
614
FirstNameKey string = "FirstName"

0 commit comments

Comments
 (0)