package
module
Version:
v0.0.0-...-195e12e
Opens a new window with list of versions in this module.
Published: Mar 30, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NowNano returns UnixNano in UTC
Flow - Stream transformation interface
type Inlet interface {
In() chan<- interface{}
}
Inlet - In port interface
type Outlet interface {
Out() <-chan interface{}
}
Outlet - Out port interface
type Sink interface {
Inlet
}
Sink adaptor
Source Files
¶
Directories
¶
examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extension
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.