We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187d88a commit 4a1c3f8Copy full SHA for 4a1c3f8
constants/constants.go
@@ -1,6 +1,14 @@
1
package constants
2
3
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
12
AuthorizationHeaderKey string = "Authorization"
13
UserIdKey string = "UserId"
14
FirstNameKey string = "FirstName"
0 commit comments