Documentation ¶
Index ¶
Constants ¶
View Source
const ( PENDING int = 0 FULFILLED int = 1 REJECTED int = 2 FINALLY int = 3 )
PENDING
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exception ¶
type Exception interface { Then(func(interface{})) Exception Catch(func(err interface{})) Exception Finally(func()) Exception }
Exception interface
Click to show internal directories.
Click to hide internal directories.