Versions in this module Expand all Collapse all v1 v1.0.2 Jun 18, 2020 v1.0.1 Jun 18, 2020 Changes in this version + 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