malvales

package module
v0.0.0-...-956ee25 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: MIT Imports: 3 Imported by: 0

README

Malvales

🕊 Public interfaces and functions for Hilbish native modules.

This repository holds public Go interfaces and functions to facilitate native user modules for Hilbish. These will be used to ensure validity in modules and to provide utility functions for creating and exposing them.

Why is it named Malvales? Because they are the order of Hibiscus, what the name Hilbish is roughly taken from.

License

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	M Module
}

func (*Entry) Client

func (e *Entry) Client(b *plugin.MuxBroker, c *rpc.Client) (interface{}, error)

func (*Entry) Server

func (e *Entry) Server(b *plugin.MuxBroker) (interface{}, error)

type Module

type Module interface {
	Loader() rt.Value
}

Jump to

Keyboard shortcuts

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