Documentation ¶
Overview ¶
This is a transitional package: please move your references to `node/basicnode`. The new package is identical: we've renamed the import path only.
All content in this package is a thin wrapper around `node/basicnode`. Please update at your earliest convenience.
This package will eventually be removed.
Index ¶
- Variables
- func Chooser(_ datamodel.Link, _ linking.LinkContext) (datamodel.NodePrototype, error)
- func NewBool(value bool) datamodel.Node
- func NewBytes(value []byte) datamodel.Node
- func NewFloat(value float64) datamodel.Node
- func NewInt(value int64) datamodel.Node
- func NewLink(value datamodel.Link) datamodel.Node
- func NewString(value string) datamodel.Node
- type Prototype__Any
- type Prototype__Bool
- type Prototype__Bytes
- type Prototype__Float
- type Prototype__Int
- type Prototype__Link
- type Prototype__List
- type Prototype__Map
- type Prototype__String
Constants ¶
This section is empty.
Variables ¶
View Source
var Prototype = basicnode.Prototype
Functions ¶
func Chooser ¶ added in v0.11.0
func Chooser(_ datamodel.Link, _ linking.LinkContext) (datamodel.NodePrototype, error)
Types ¶
type Prototype__Any ¶ added in v0.5.0
type Prototype__Any = basicnode.Prototype__Any
type Prototype__Bool ¶ added in v0.5.0
type Prototype__Bool = basicnode.Prototype__Bool
type Prototype__Bytes ¶ added in v0.5.0
type Prototype__Bytes = basicnode.Prototype__Bytes
type Prototype__Float ¶ added in v0.5.0
type Prototype__Float = basicnode.Prototype__Float
type Prototype__Int ¶ added in v0.5.0
type Prototype__Int = basicnode.Prototype__Int
type Prototype__Link ¶ added in v0.5.0
type Prototype__Link = basicnode.Prototype__Link
type Prototype__List ¶ added in v0.5.0
type Prototype__List = basicnode.Prototype__List
type Prototype__Map ¶ added in v0.5.0
type Prototype__Map = basicnode.Prototype__Map
type Prototype__String ¶ added in v0.5.0
type Prototype__String = basicnode.Prototype__String
Click to show internal directories.
Click to hide internal directories.