import "github.com/redhat-developer/odo/pkg/informer"
package informer provides a service to register information to display during Dev mode to the user in a regular basis
doc.go informer.go
type InformerClient struct { // contains filtered or unexported fields }
func NewInformerClient() *InformerClient
func (o *InformerClient) AppendInfo(s string)
func (o *InformerClient) GetInfo() string