Documentation ¶ Index ¶ func Run(ctx context.Context, fc fnet.FrameConn, tick <-chan time.Time) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(ctx context.Context, fc fnet.FrameConn, tick <-chan time.Time) error Start starts a new clock station. The connection argument is wrapped. PRE: fc :-> fnet.FrameConn POST: ret = error OR nil EFF: sends each value from ticker over fc (nanoseconds in little-endian 64-bit signed unix epoch format) until stop is called Types ¶ This section is empty. Source Files ¶ View all Source files clockstation.go Click to show internal directories. Click to hide internal directories.