package
0.0.0-20250208085904-1b1a66c1158a
Repository: https://github.com/breadchris/share.git
Documentation: pkg.go.dev

# Functions

NewJSONEmitter - Constructs a new JSONEmitter around a ReadWriteJSONCloser.

# Structs

ConcurrentJSON - Wraps a ReadWriteJSONCloser with mutexes that allow multiple concurrent readers/writers.
JSONEmitter - Instantiated for each incoming connection, which implements the ReadWriteJSONCloser interface.

# Interfaces

ReadWriteJSONCloser - An interface for writing and reading JSON content.