Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed context.d.ts ContextDefine []byte ContextDeclared = map[string]any{ "background": context.Background, "cause": context.Cause, "DeadlineExceeded": context.DeadlineExceeded, "withCancel": context.WithCancel, "withDeadline": context.WithDeadline, "withTimeoutCause": context.WithTimeoutCause, "withValue": context.WithValue, "afterFunc": context.AfterFunc, "todo": context.TODO, "withDeadlineCause": context.WithDeadlineCause, "Canceled": context.Canceled, "withTimeout": context.WithTimeout, "withCancelCause": context.WithCancelCause, "withoutCancel": context.WithoutCancel, } )
Functions ¶
This section is empty.
Types ¶
type ContextModule ¶
type ContextModule struct{}
func (ContextModule) Exports ¶
func (S ContextModule) Exports() map[string]any
func (ContextModule) Identity ¶
func (S ContextModule) Identity() string
func (ContextModule) TypeDefine ¶
func (S ContextModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.