Documentation
¶
Index ¶
Constants ¶
View Source
const ( DbGet = "dbGet" DbSet = "dbSet" DbInsert = "dbInsert" DbDelete = "dbDelete" DbFind = "dbFind" DbLoadRefs = "dbLoadRefs" DbPush = "dbPush" WidgetData = "widgetData" Auth = "authentication" SignUp = "signup" SignOut = "signOut" DidSignOut = "didSignOut" PasswordResetRequest = "passwordResetRequest" PasswordReset = "passwordReset" UserConfig = "userConfig" DbAction = "action" HTTPHook = "httpHook" ScheduledScript = "scheduledScript" StoreLifeCycle = "storeLifeCycle" )
tasks decription constants
Variables ¶
View Source
var ( // ErrTimeout is a timeout error for tasks ErrTimeout = errors.New("timeout") )
Functions ¶
func PushAndGetResult ¶
PushAndGetResult is the alternative way to push task. It returns result and error instead of channel. Second argument is a task timeout. If provided, when timeout reached and task will not completed yet, error returns with nil result
Types ¶
Click to show internal directories.
Click to hide internal directories.