mod

package
v0.0.0-...-076d96f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2012 License: BSD-2-Clause-Views Imports: 12 Imported by: 0

Documentation

Overview

This package gets around the lack of dynamic code loading in Go.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Call

type Call struct {
	// contains filtered or unexported fields
}

func NewCall

func NewCall(uni *context.Uni) *Call

func (*Call) Call

func (c *Call) Call(what, module, fname string, ret_reciever interface{}, params ...interface{})

Maybe should return an error.

func (*Call) Has

func (c *Call) Has(what, module, fname string) bool

func (*Call) Matches

func (c *Call) Matches(what, module, fname string, i interface{}) bool

Mathes signature

func (*Call) Names

func (c *Call) Names(what, module string) []string

Method names

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL