# Packages
No description provided by the author
Package testmocks is a generated GoMock package.
# Functions
CreateAppCmd is command to create an app.
CreateDbCmd returns command to create a database.
DeleteAppCmd returns command to delete app owned by a user.
DeleteDbCmd returns command to delete database owned by a user.
Execute executes the root command.
FetchAppCmd returns command to fetch apps of a user.
FetchDbCmd returns command to fetch databases of a user.
FetchLogsCmd returns a command to fetch logs of an app.
GetInstancesCmd returns a command to fetch all instances of a user.
LoginCmd returns a command to login in gctl.
LogoutCmd returns a comamnd to log out from gctl.
RebuildAppCmd returns a command to rebuild an app.
UpdateAppCmd returns a command to update an app.
# Interfaces
AppsAPIService is interface for all client functions of apps.
AuthAPIService is interface for all client functions of authencation.
DbsAPIService is interface for all client functions of dbs.
InstancesAPIService is interface for all client functions of interfaces.