Documentation ¶
Index ¶
- func CqlInsertTagByLetter(session *gocql.Session, tag string)
- func DeleteUserMutation(id string, ifNotName string) string
- func InsertUserMutation(id interface{}, firstname interface{}, email interface{}, ifNotExists bool) string
- func SelectCommentsByVideoGreaterThan(videoId string, startCommentId string) string
- func SelectTagsByLetter(firstLetter string, pageSize int, pageState string) string
- func SelectTagsByLetterNoWhereClause(pageState string) string
- func SelectUserQuery(id string) string
- func UpdateUserMutation(id string, firstname string, email string, ifEmail string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CqlInsertTagByLetter ¶
func DeleteUserMutation ¶
func InsertUserMutation ¶
func SelectTagsByLetter ¶
func SelectUserQuery ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.