Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
func (*Event) List ¶
func (e *Event) List(ctx context.Context, opts *types.ListOptions) (ch chan *types.Event, err error)
List is a wrapper to list all the data with a collection and filter. when the list is done, it will send a event with a operation type is types.ListDone. when an error occurred, the returned ch will be closed.
Click to show internal directories.
Click to hide internal directories.