...

Package informer

Overview ▾

package informer provides a service to register information to display during Dev mode to the user in a regular basis

type InformerClient

type InformerClient struct {
    // contains filtered or unexported fields
}

func NewInformerClient

func NewInformerClient() *InformerClient

func (*InformerClient) AppendInfo

func (o *InformerClient) AppendInfo(s string)

func (*InformerClient) GetInfo

func (o *InformerClient) GetInfo() string