package
0.0.0-20241201114137-6b87f595ce26
Repository: https://github.com/sudo-abhinav/rms.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
func IsRestaurantCreatedBySubAdmin(restaurantID string, userID string) (bool, error) { query := `select restaurants.id , created_by from restaurants where created_by=$1 and restaurants.id = $2` err := database.DBconn.Select(query, restaurantID, userID) if err != nil { return false, err } return true, err }.
No description provided by the author
No description provided by the author
No description provided by the author