Discover Packages
github.com/terramate-io/terramate
event
package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Apr 25, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Overview Index Constants Variables Functions Types type Stream type VendorProgress type VendorRequest NewStream(buffsize) (s) Send(event)
Documentation
¶
Package event implements a simple event stream and defines all
events generated by different parts of Terramate.
type Stream[T any ] chan T
Stream is a stream of events.
NewStream creates a new stream.
Send event on this event stream. Returns true if stream is not full,
false if the stream is full.
VendorProgress represents a vendor progress event.
VendorRequest represents an event indicating that a request to vendor was made.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.