Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventWithSpan ¶
func (EventWithSpan) String ¶
func (e EventWithSpan) String() string
type Lifecycle ¶
type Lifecycle struct {
// contains filtered or unexported fields
}
func (*Lifecycle) Enter ¶
func (s *Lifecycle) Enter(out chan<- EventWithSpan)
func (*Lifecycle) Status ¶
func (s *Lifecycle) Status() *pb.AgentStatus
type State ¶
type State interface {
Enter(context.Context) EventWithSpan
String() string
Status() *pb.AgentStatus
}
Click to show internal directories.
Click to hide internal directories.