Documentation ¶
Index ¶
- Constants
- type State
- func (s *State) BeginMySQLOnly() error
- func (s *State) BeginVitessOnly() error
- func (s *State) CheckAndClearErrorExpected() bool
- func (s *State) CheckAndClearReference() bool
- func (s *State) EndMySQLOnly() error
- func (s *State) EndVitessOnly() error
- func (s *State) IsErrorExpectedSet() bool
- func (s *State) IsMySQLOnlySet() bool
- func (s *State) IsReferenceSet() bool
- func (s *State) IsVitessOnlySet() bool
- func (s *State) NormalExecution() bool
- func (s *State) RunOnMySQL() bool
- func (s *State) RunOnVitess() bool
- func (s *State) SetErrorExpected() error
- func (s *State) SetReference() error
- func (s *State) SetSkipBelowVersion(binary string, version int) error
- func (s *State) SetSkipNext() error
- func (s *State) ShouldSkip() bool
Constants ¶
View Source
const ( None theState = 0 SkipNext theState = 1 << iota SkipBelowVersion Reference VitessOnly MySQLOnly ErrorExpected )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
func (*State) BeginMySQLOnly ¶
func (*State) BeginVitessOnly ¶
func (*State) CheckAndClearErrorExpected ¶
func (*State) CheckAndClearReference ¶
func (*State) EndMySQLOnly ¶
func (*State) EndVitessOnly ¶
func (*State) IsErrorExpectedSet ¶
func (*State) IsMySQLOnlySet ¶
func (*State) IsReferenceSet ¶
func (*State) IsVitessOnlySet ¶
func (*State) NormalExecution ¶
func (*State) RunOnMySQL ¶
func (*State) RunOnVitess ¶
func (*State) SetErrorExpected ¶
func (*State) SetReference ¶
func (*State) SetSkipBelowVersion ¶
func (*State) SetSkipNext ¶
func (*State) ShouldSkip ¶
Click to show internal directories.
Click to hide internal directories.