Documentation ¶ Index ¶ func LoadModuleFromSO(filename string) (*vcc.Module, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LoadModuleFromSO ¶ func LoadModuleFromSO(filename string) (*vcc.Module, error) LoadModuleFromSO loads VMOD interface metadata from a shared object. It supports both ELF and Mach-O binaries. It extracts embedded VMOD JSON and converts it to the internal vcc.Module model. Types ¶ This section is empty. Source Files ¶ View all Source files loader.go Click to show internal directories. Click to hide internal directories.