Documentation ¶ Index ¶ type Mirror func NewMirror(client *dbo.Queries, bufferSize int, timeout time.Duration) *Mirror func (srv *Mirror) ServeHTTP(w http.ResponseWriter, r *http.Request) func (srv *Mirror) Stream(ctx context.Context, aggregation time.Duration) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Mirror ¶ type Mirror struct { // contains filtered or unexported fields } func NewMirror ¶ func NewMirror(client *dbo.Queries, bufferSize int, timeout time.Duration) *Mirror func (*Mirror) ServeHTTP ¶ func (srv *Mirror) ServeHTTP(w http.ResponseWriter, r *http.Request) func (*Mirror) Stream ¶ func (srv *Mirror) Stream(ctx context.Context, aggregation time.Duration) error Source Files ¶ View all Source files mirror.go Click to show internal directories. Click to hide internal directories.