Skip to content

Commit 6f82abb

Browse files
authored
Merge pull request #5 from scofieldpeng/dev
add table.SetTableNode
2 parents fa960dc + 9d8b46a commit 6f82abb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

table.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ func (tf *TableFactory) SetMyself(self func() interface{}) {
3737
tf.myself = self
3838
}
3939

40+
func (tf *TableFactory) SetTableNode(node string) {
41+
tf.tableNode = node
42+
}
43+
4044
func (tf TableFactory) TableNode() string {
4145
return tf.tableNode
4246
}

0 commit comments

Comments
 (0)