values

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2022 License: Apache-2.0, MIT, Apache-2.0, + 1 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildCallImpl

func BuildCallImpl(
	lookup cg.LookupDepGoRef,
	plan plans.Call,
	goTypeRef cg.GoTypeRef,
) cg.GoTypeImpl

func BuildInductiveImpl

func BuildInductiveImpl(
	lookup cg.LookupDepGoRef,
	plan plans.Inductive,
	goTypeRef cg.GoTypeRef,
) cg.GoTypeImpl

func BuildLinkImpl

func BuildLinkImpl(
	lookup cg.LookupDepGoRef,
	plan plans.Link,
	goTypeRef cg.GoTypeRef,
) cg.GoTypeImpl

func BuildListImpl

func BuildListImpl(
	lookup cg.LookupDepGoRef,
	plan plans.List,
	goTypeRef cg.GoTypeRef,
) cg.GoTypeImpl

func BuildMapImpl

func BuildMapImpl(
	lookup cg.LookupDepGoRef,
	plan plans.Map,
	goTypeRef cg.GoTypeRef,
) cg.GoTypeImpl

func BuildReturnImpl

func BuildReturnImpl(
	lookup cg.LookupDepGoRef,
	plan plans.Return,
	goTypeRef cg.GoTypeRef,
) cg.GoTypeImpl

func BuildSingletonImpl

func BuildSingletonImpl(plan plans.Plan, goTypeRef cg.GoTypeRef) cg.GoTypeImpl

func BuildStructureImpl

func BuildStructureImpl(
	lookup cg.LookupDepGoRef,
	plan plans.Structure,
	goTypeRef cg.GoTypeRef,
) cg.GoTypeImpl

func BuildUnionImpl

func BuildUnionImpl(
	lookup cg.LookupDepGoRef,
	plan plans.Union,
	goTypeRef cg.GoTypeRef,
) cg.GoTypeImpl

Types

type GoCallImpl

type GoCallImpl struct {
	Lookup cg.LookupDepGoRef
	Def    plans.Call
	Ref    cg.GoTypeRef
}

func (*GoCallImpl) GoDef

func (x *GoCallImpl) GoDef() cg.Blueprint

func (*GoCallImpl) GoTypeRef

func (x *GoCallImpl) GoTypeRef() cg.GoTypeRef

type GoInductiveImpl

type GoInductiveImpl struct {
	Lookup cg.LookupDepGoRef
	Def    plans.Inductive
	Ref    cg.GoTypeRef
}

func (*GoInductiveImpl) GoDef

func (x *GoInductiveImpl) GoDef() cg.Blueprint

func (*GoInductiveImpl) GoTypeRef

func (x *GoInductiveImpl) GoTypeRef() cg.GoTypeRef

type GoLinkImpl

type GoLinkImpl struct {
	Lookup cg.LookupDepGoRef
	Def    plans.Link
	Ref    cg.GoTypeRef
}

func (*GoLinkImpl) GoDef

func (x *GoLinkImpl) GoDef() cg.Blueprint

func (*GoLinkImpl) GoTypeRef

func (x *GoLinkImpl) GoTypeRef() cg.GoTypeRef

type GoListImpl

type GoListImpl struct {
	Lookup cg.LookupDepGoRef
	Def    plans.List
	Ref    cg.GoTypeRef
}

func (*GoListImpl) GoDef

func (x *GoListImpl) GoDef() cg.Blueprint

func (*GoListImpl) GoTypeRef

func (x *GoListImpl) GoTypeRef() cg.GoTypeRef

type GoMapImpl

type GoMapImpl struct {
	Lookup cg.LookupDepGoRef
	Def    plans.Map
	Ref    cg.GoTypeRef
}

func (*GoMapImpl) GoDef

func (x *GoMapImpl) GoDef() cg.Blueprint

func (*GoMapImpl) GoTypeRef

func (x *GoMapImpl) GoTypeRef() cg.GoTypeRef

type GoReturnImpl

type GoReturnImpl struct {
	Lookup cg.LookupDepGoRef
	Def    plans.Return
	Ref    cg.GoTypeRef
}

func (*GoReturnImpl) GoDef

func (x *GoReturnImpl) GoDef() cg.Blueprint

func (*GoReturnImpl) GoTypeRef

func (x *GoReturnImpl) GoTypeRef() cg.GoTypeRef

type GoSingletonImpl

type GoSingletonImpl struct {
	Def plans.Plan
	Ref cg.GoTypeRef
}

func (*GoSingletonImpl) GoDef

func (x *GoSingletonImpl) GoDef() cg.Blueprint

func (*GoSingletonImpl) GoTypeRef

func (x *GoSingletonImpl) GoTypeRef() cg.GoTypeRef

type GoStructureImpl

type GoStructureImpl struct {
	Lookup cg.LookupDepGoRef
	Def    plans.Structure
	Ref    cg.GoTypeRef
}

func (*GoStructureImpl) GoDef

func (x *GoStructureImpl) GoDef() cg.Blueprint

func (*GoStructureImpl) GoTypeRef

func (x *GoStructureImpl) GoTypeRef() cg.GoTypeRef

type GoUnionImpl

type GoUnionImpl struct {
	Lookup cg.LookupDepGoRef
	Def    plans.Union
	Ref    cg.GoTypeRef
}

func (*GoUnionImpl) GoDef

func (x *GoUnionImpl) GoDef() cg.Blueprint

func (*GoUnionImpl) GoTypeRef

func (x *GoUnionImpl) GoTypeRef() cg.GoTypeRef

Jump to

Keyboard shortcuts

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