Documentation ¶
Index ¶
- type RecordDef
- type Type
- func Any() Type
- func Binary() Type
- func Block() Type
- func Bool() Type
- func CellPath() Type
- func Closure() Type
- func Custom(name string) Type
- func Date() Type
- func Duration() Type
- func Error() Type
- func Filesize() Type
- func Float() Type
- func Glob() Type
- func Int() Type
- func List(itemType Type) Type
- func ListStream() Type
- func Nothing() Type
- func Number() Type
- func Range() Type
- func Record(fields RecordDef) Type
- func Signature() Type
- func String() Type
- func Table(fields RecordDef) Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecordDef ¶
RecordDef is the "field list" of the Record and Table Type. The key is field name and value is the type of the field.
type Type ¶
type Type interface { EncodeMsgpack(enc *msgpack.Encoder) error // contains filtered or unexported methods }
Type describes how Values are represented.
https://docs.rs/nu-protocol/latest/nu_protocol/enum.Type.html
func ListStream ¶
func ListStream() Type
Click to show internal directories.
Click to hide internal directories.