seeder

package
v0.0.0-...-9a2df54 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Users = []entity.User{
	{
		ID:        utils.RandomID(10),
		Email:     pS("user1@domain.com"),
		Phone:     pS("+987654321"),
		FullName:  pS("Google Man"),
		IsActive:  true,
		CreatedAt: time.Now(),
		UpdatedAt: time.Now(),
	},
	{
		ID:        utils.RandomID(10),
		Email:     pS("user2@domain.com"),
		Phone:     pS("+987654320"),
		FullName:  pS("Google Woman"),
		IsActive:  false,
		CreatedAt: time.Now(),
		UpdatedAt: time.Now(),
	},
	{
		ID:        utils.RandomID(10),
		Email:     pS("user3@domain.com"),
		Phone:     nil,
		FullName:  nil,
		IsActive:  false,
		CreatedAt: time.Now(),
		UpdatedAt: time.Now(),
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL