Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	DefaultDelveListenPort = ":2345"
)
    Variables ¶
This section is empty.
Functions ¶
func DefaultOperatorEnv ¶
func NoGoRunEnvSet ¶
func NoGoRunEnvSet() bool
func RunDelveEnvSet ¶
func RunDelveEnvSet() bool
func RunEmbeddedSet ¶
func RunEmbeddedSet() bool
Types ¶
type EmbeddedOperator ¶
type EmbeddedOperator struct {
	// contains filtered or unexported fields
}
    func NewEmbeddedOperator ¶
func NewEmbeddedOperator(runnerFunc RunnerFunc, args []string) *EmbeddedOperator
func (*EmbeddedOperator) Running ¶
func (e *EmbeddedOperator) Running() bool
func (*EmbeddedOperator) Start ¶
func (e *EmbeddedOperator) Start(t testingT)
func (*EmbeddedOperator) Stop ¶
func (e *EmbeddedOperator) Stop(t testingT)
func (*EmbeddedOperator) Wait ¶
func (e *EmbeddedOperator) Wait(t testingT)
type Operator ¶
type Operator interface {
	Start(t testingT)
	Running() bool
	Wait(t testingT)
	Stop(t testingT)
}
    type OperatorProcess ¶
type OperatorProcess struct {
	// contains filtered or unexported fields
}
    func (*OperatorProcess) Running ¶
func (o *OperatorProcess) Running() bool
func (*OperatorProcess) Start ¶
func (o *OperatorProcess) Start(t testingT)
func (*OperatorProcess) Stop ¶
func (o *OperatorProcess) Stop(t testingT)
func (*OperatorProcess) Wait ¶
func (o *OperatorProcess) Wait(t testingT)
 Click to show internal directories. 
   Click to hide internal directories.