tuple

package
v0.0.0-...-e3f2fdf Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2024 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

Package tuple contains the implementation of the tuple plugin, which generates the deriveTuple function.

The deriveTuple function takes its input parameters and returns a function that returns those parameters.

deriveTuple(A, B, ...) func() (A, B, ...)

deriveTuple is useful, since a tuple is not a first class citizen in go, but a function that returns a tuple is.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

New is a constructor for the tuple code generator. This generator should be reconstructed for each package.

func NewPlugin

func NewPlugin() derive.Plugin

NewPlugin creates a new tuple plugin. This function returns the plugin name, default prefix and a constructor for the tuple code generator.

Types

This section is empty.

Jump to

Keyboard shortcuts

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