streamfn

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2020 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Float64

type Float64 struct {
	State  float64
	Update func(float64)
}

func NewFloat64

func NewFloat64(op string) *Float64

type Int64

type Int64 struct {
	State  int64
	Update func(int64)
}

func NewInt64

func NewInt64(op string) *Int64

type Time

type Time struct {
	State  nano.Ts
	Update func(nano.Ts)
}

func NewTime

func NewTime(op string) *Time

type Uint64

type Uint64 struct {
	State  uint64
	Update func(uint64)
}

func NewUint64

func NewUint64(op string) *Uint64

Jump to

Keyboard shortcuts

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