Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
func NewContext ¶
func (*Context) AddService ¶
func (*Context) CancelFunc ¶
func (c *Context) CancelFunc()
func (*Context) DoneService ¶
func (c *Context) DoneService()
func (*Context) GetCancelFunc ¶
func (c *Context) GetCancelFunc() context.CancelFunc
type ContextOption ¶
type ContextOption interface {
// contains filtered or unexported methods
}
ContextOption sets options such as Isolate and Global Template to the NewContext
Click to show internal directories.
Click to hide internal directories.