Documentation
¶
Index ¶
- type FetchModule
- func (f *FetchModule) Cleanup() error
- func (f *FetchModule) CreateGlobalObject(runtime *sobek.Runtime) sobek.Value
- func (f *FetchModule) GetGlobalName() string
- func (f *FetchModule) IsEnabled(enabledModules map[string]bool) bool
- func (f *FetchModule) Name() string
- func (f *FetchModule) Setup(runtime *sobek.Runtime, manager *vm.VMManager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchModule ¶
type FetchModule struct {
// contains filtered or unexported fields
}
FetchModule provides fetch API functionality
func (*FetchModule) Cleanup ¶
func (f *FetchModule) Cleanup() error
Cleanup performs any necessary cleanup
func (*FetchModule) CreateGlobalObject ¶
func (f *FetchModule) CreateGlobalObject(runtime *sobek.Runtime) sobek.Value
CreateGlobalObject creates the fetch function and related objects for global access
func (*FetchModule) GetGlobalName ¶
func (f *FetchModule) GetGlobalName() string
GetGlobalName returns the global name for this module
Click to show internal directories.
Click to hide internal directories.