Documentation
¶
Index ¶
- func GenerateCities(count int) []*models.City
- func GenerateCity() *models.City
- func GenerateCountries(count int) []*models.Country
- func GenerateCountry() *models.Country
- func GenerateGenre() *models.Genre
- func GenerateGenres(count int) []*models.Genre
- func GenerateLoginToken() *models.LoginToken
- func GenerateMovie() *models.Movie
- func GenerateMovies(count int) []*models.Movie
- func GeneratePasswordResetToken() *models.PasswordResetToken
- func GeneratePasswordResetTokens(count int) []*models.PasswordResetToken
- func GenerateSqlMockRow(data any) *sqlmock.Rows
- func GenerateSqlMockRows(data any) *sqlmock.Rows
- func GenerateState() *models.State
- func GenerateStates(count int) []*models.State
- func GenerateTheater() *models.Theater
- func GenerateTheaterLocation() *models.TheaterLocation
- func GenerateTheaterLocations(count int) []*models.TheaterLocation
- func GenerateTheaters(count int) []*models.Theater
- func GenerateUser() *models.User
- func GenerateUserProfile() *models.UserProfile
- func GenerateUserRegistrationToken() *models.UserRegistrationToken
- func GenerateUserSession() *models.UserSession
- func GetAuthorizationHeader(req *http.Request) string
- func GetPointerOf[T any](value T) *T
- func SliceToMaps(slice any) []map[string]any
- func StructToMap(input any) map[string]any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCities ¶
func GenerateCity ¶
func GenerateCountries ¶
func GenerateCountry ¶
func GenerateGenre ¶
func GenerateGenres ¶
func GenerateLoginToken ¶
func GenerateLoginToken() *models.LoginToken
func GenerateMovie ¶
func GenerateMovies ¶
func GeneratePasswordResetToken ¶
func GeneratePasswordResetToken() *models.PasswordResetToken
func GeneratePasswordResetTokens ¶
func GeneratePasswordResetTokens(count int) []*models.PasswordResetToken
func GenerateSqlMockRow ¶
func GenerateSqlMockRow(data any) *sqlmock.Rows
func GenerateSqlMockRows ¶
func GenerateSqlMockRows(data any) *sqlmock.Rows
func GenerateState ¶
func GenerateStates ¶
func GenerateTheater ¶
func GenerateTheaterLocation ¶
func GenerateTheaterLocation() *models.TheaterLocation
func GenerateTheaterLocations ¶
func GenerateTheaterLocations(count int) []*models.TheaterLocation
func GenerateTheaters ¶
func GenerateUserProfile ¶
func GenerateUserProfile() *models.UserProfile
func GenerateUserRegistrationToken ¶
func GenerateUserRegistrationToken() *models.UserRegistrationToken
func GenerateUserSession ¶
func GenerateUserSession() *models.UserSession
func GetAuthorizationHeader ¶
func GetPointerOf ¶
func GetPointerOf[T any](value T) *T
func SliceToMaps ¶
func StructToMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.