Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineMatcher ¶
func LineMatch ¶
func LineMatch(r io.Reader) *LineMatcher
func (*LineMatcher) CompLine ¶
func (m *LineMatcher) CompLine(i []byte)
func (*LineMatcher) GetJudgeResult ¶
func (m *LineMatcher) GetJudgeResult() ([]byte, error)
func (*LineMatcher) GetJudgeStatus ¶
func (m *LineMatcher) GetJudgeStatus(_ []byte) (tarus.JudgeStatus, error)
type StrictMatcher ¶
func StrictMatch ¶
func StrictMatch(r io.Reader) *StrictMatcher
func (*StrictMatcher) GetJudgeResult ¶
func (m *StrictMatcher) GetJudgeResult() ([]byte, error)
func (*StrictMatcher) GetJudgeStatus ¶
func (m *StrictMatcher) GetJudgeStatus(_ []byte) (tarus.JudgeStatus, error)
Click to show internal directories.
Click to hide internal directories.