docs: add docs for IStep

This commit is contained in:
debugtalk
2022-03-30 16:56:31 +08:00
parent 6f1495b917
commit 63d9b78941
11 changed files with 107 additions and 11 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func (s *StepTransaction) Type() StepType {
return stepTypeTransaction
}
func (s *StepTransaction) ToStruct() *TStep {
func (s *StepTransaction) Struct() *TStep {
return s.step
}