Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2020 Changes in this version + type Decoder struct + func NewDecoder(r io.Reader, b string) *Decoder + func NewDecoderFromResponse(res *http.Response) (*Decoder, error) + func NewDecoderFromURL(u string) (*Decoder, error) + func (d *Decoder) Decode() (image.Image, error) + type Stream struct + Interval time.Duration + func NewStream() *Stream + func NewStreamWithInterval(interval time.Duration) *Stream + func (s *Stream) Close() error + func (s *Stream) Current() []byte + func (s *Stream) NWatch() int + func (s *Stream) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (s *Stream) Update(b []byte) error