Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Importer ¶
type Importer interface { // Import a module by name Import(ctx context.Context, name string) (*object.Module, error) }
Importer is an interface used to import Tamarin code modules
type LocalImporter ¶
type LocalImporter struct {
// contains filtered or unexported fields
}
func NewLocalImporter ¶
func NewLocalImporter(opts LocalImporterOptions) *LocalImporter
Click to show internal directories.
Click to hide internal directories.