scripts

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ScriptRepository

type ScriptRepository struct{}

ScriptRepository is an implementation of the sql script repository interface that fetches scripts laoded from sql files.

func (ScriptRepository) CreateClientScript

func (ScriptRepository) CreateClientScript() string

CreateClientScript gets the CreateClient script.

func (ScriptRepository) CreateClientTableScript

func (ScriptRepository) CreateClientTableScript() string

CreateClientTableScript gets the CreateClientTable script.

func (ScriptRepository) CreateMigrationTableScript

func (ScriptRepository) CreateMigrationTableScript() string

CreateMigrationTableScript gets the CreateMigrationTable script.

func (ScriptRepository) CreateSessionTableScript

func (ScriptRepository) CreateSessionTableScript() string

CreateSessionTableScript gets the CreateSessionTable script.

func (ScriptRepository) CreateUserRoleScript

func (ScriptRepository) CreateUserRoleScript() string

CreateUserRoleScript gets the CreateUserRole script.

func (ScriptRepository) CreateUserRoleTableScript

func (ScriptRepository) CreateUserRoleTableScript() string

CreateUserRoleTableScript gets the CreateUserRoleTable script.

func (ScriptRepository) CreateUserScript

func (ScriptRepository) CreateUserScript() string

CreateUserScript gets the CreateUser script.

func (ScriptRepository) CreateUserTableScript

func (ScriptRepository) CreateUserTableScript() string

CreateUserTableScript gets the CreateUserTable script.

func (ScriptRepository) DeleteAllOtherUserSessionsScript

func (ScriptRepository) DeleteAllOtherUserSessionsScript() string

DeleteAllOtherUserSessionsScript gets the DeleteAllOtherUserSessions script.

func (ScriptRepository) DeleteAllUserSessionsScript

func (ScriptRepository) DeleteAllUserSessionsScript() string

DeleteAllUserSessionsScript gets the DeleteAllUserSessions script.

func (ScriptRepository) DeleteClientScript

func (ScriptRepository) DeleteClientScript() string

DeleteClientScript gets the DeleteClient script.

func (ScriptRepository) DeleteMigrationByTimestampScript

func (ScriptRepository) DeleteMigrationByTimestampScript() string

DeleteMigrationByTimestampScript gets the DeleteMigrationByTimestamp script.

func (ScriptRepository) DeleteSessionScript

func (ScriptRepository) DeleteSessionScript() string

DeleteSessionScript gets the DeleteSession script.

func (ScriptRepository) DeleteUserRoleScript

func (ScriptRepository) DeleteUserRoleScript() string

DeleteUserRoleScript gets the DeleteUserRole script.

func (ScriptRepository) DeleteUserScript

func (ScriptRepository) DeleteUserScript() string

DeleteUserScript gets the DeleteUser script.

func (ScriptRepository) DropClientTableScript

func (ScriptRepository) DropClientTableScript() string

DropClientTableScript gets the DropClientTable script.

func (ScriptRepository) DropSessionTableScript

func (ScriptRepository) DropSessionTableScript() string

DropSessionTableScript gets the DropSessionTable script.

func (ScriptRepository) DropUserRoleTableScript

func (ScriptRepository) DropUserRoleTableScript() string

DropUserRoleTableScript gets the DropUserRoleTable script.

func (ScriptRepository) DropUserTableScript

func (ScriptRepository) DropUserTableScript() string

DropUserTableScript gets the DropUserTable script.

func (ScriptRepository) GetClientByUIDScript

func (ScriptRepository) GetClientByUIDScript() string

GetClientByUIDScript gets the GetClientByUID script.

func (ScriptRepository) GetClientsScript

func (ScriptRepository) GetClientsScript() string

GetClientsScript gets the GetClients script.

func (ScriptRepository) GetLatestTimestampScript

func (ScriptRepository) GetLatestTimestampScript() string

GetLatestTimestampScript gets the GetLatestTimestamp script.

func (ScriptRepository) GetMigrationByTimestampScript

func (ScriptRepository) GetMigrationByTimestampScript() string

GetMigrationByTimestampScript gets the GetMigrationByTimestamp script.

func (ScriptRepository) GetSessionByTokenScript

func (ScriptRepository) GetSessionByTokenScript() string

GetSessionByTokenScript gets the GetSessionByToken script.

func (ScriptRepository) GetUserByUsernameScript

func (ScriptRepository) GetUserByUsernameScript() string

GetUserByUsernameScript gets the GetUserByUsername script.

func (ScriptRepository) GetUserRoleByClientUIDAndUsernameScript

func (ScriptRepository) GetUserRoleByClientUIDAndUsernameScript() string

GetUserRoleByClientUIDAndUsernameScript gets the GetUserRoleByClientUIDAndUsername script.

func (ScriptRepository) GetUserRolesWithLesserRankByClientUIDScript

func (ScriptRepository) GetUserRolesWithLesserRankByClientUIDScript() string

GetUserRolesWithLesserRankByClientUIDScript gets the GetUserRolesWithLesserRankByClientUID script.

func (ScriptRepository) GetUsersWithLesserRankScript

func (ScriptRepository) GetUsersWithLesserRankScript() string

GetUsersWithLesserRankScript gets the GetUsersWithLesserRank script.

func (ScriptRepository) SaveMigrationScript

func (ScriptRepository) SaveMigrationScript() string

SaveMigrationScript gets the SaveMigration script.

func (ScriptRepository) SaveSessionScript

func (ScriptRepository) SaveSessionScript() string

SaveSessionScript gets the SaveSession script.

func (ScriptRepository) UpdateClientScript

func (ScriptRepository) UpdateClientScript() string

UpdateClientScript gets the UpdateClient script.

func (ScriptRepository) UpdateUserPasswordScript

func (ScriptRepository) UpdateUserPasswordScript() string

UpdateUserPasswordScript gets the UpdateUserPassword script.

func (ScriptRepository) UpdateUserRoleScript

func (ScriptRepository) UpdateUserRoleScript() string

UpdateUserRoleScript gets the UpdateUserRole script.

func (ScriptRepository) UpdateUserScript

func (ScriptRepository) UpdateUserScript() string

UpdateUserScript gets the UpdateUser script.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL