Versions in this module Expand all Collapse all v0 v0.0.10 Jan 6, 2016 Changes in this version + type Group struct + func NewGroup(group string, client *cloudwatchlogs.CloudWatchLogs) *Group + func (g *Group) Create(stream string) (io.Writer, error) + func (g *Group) Open(stream string) (io.Reader, error) + type Reader struct + func NewReader(group, stream string, client *cloudwatchlogs.CloudWatchLogs) *Reader + func (r *Reader) Read(b []byte) (int, error) + type RejectedLogEventsInfoError struct + Info *cloudwatchlogs.RejectedLogEventsInfo + func (e *RejectedLogEventsInfoError) Error() string + type Writer struct + func NewWriter(group, stream string, client *cloudwatchlogs.CloudWatchLogs) *Writer + func (w *Writer) Close() error + func (w *Writer) Flush() error + func (w *Writer) Write(b []byte) (int, error)