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 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
Click to show internal directories.
Click to hide internal directories.