repository_query

package
v0.0.0-...-ada90c4 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//go:embed users/insert.sql
	InsertUsers string
	//go:embed users/select.sql
	GetUserByID string
	//go:embed users/get_detail_by_email.sql
	GetUserByEmail string
	//go:embed users/check_is_user_exist.sql
	IsUserExist string
	//go:embed users/update.sql
	UpdateUser string

	//go:embed profiles/get_by_username.sql
	GetProfileByUserName string
	//go:embed profiles/check_follow.sql
	IsUserFollowed string
	//go:embed profiles/insert.sql
	InsertNewProfile string
)

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