Categorygithub.com/tarmac-project/tarmac/pkg/sdk
modulepackage
0.5.0
Repository: https://github.com/tarmac-project/tarmac.git
Documentation: pkg.go.dev

# Packages

Package function is a client package for WASM functions running within a Tarmac server.
Package http is a client package for WASM functions running within a Tarmac server.
Package kvstore is a client package for WASM functions running within a Tarmac server.
Package logger is a client package for WASM functions running within a Tarmac server.
Package metrics is a client package for WASM functions running within a Tarmac server.
Package sql is a client package for WASM functions running within a Tarmac server.

# Functions

New creates a new Tarmac instance with the specified configuration.

# Structs

Config provides users with the ability to specify namespaces, function handlers and other key information required to execute the function.
Tarmac provides an interface to users which wraps and simplifies the interfaces for WASM Functions execute by Tarmac.