copygen

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 License: GPL-3.0, MIT-0 Imports: 0 Imported by: 0

Documentation

Overview

Package copygen contains the setup information for copygen generated code.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container

type Container struct {
	Arr [16]byte
	S   []string
	M   map[string]bool
	C   chan int
}

Container represents a type that holds container types.

type Copygen

type Copygen interface {
	Interface(IFC error) ifcHolder
	Func(F func() int) funcHolder

	Array(Arr [16]byte) Container
	Slice(S []string) Container
	Map(M map[string]bool) Container
	Chan(C chan int) Container

	Complex(Placeholder) Placeholder
}

Copygen defines the functions that will be generated.

type Placeholder

type Placeholder bool

Jump to

Keyboard shortcuts

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