Skip to content

Commit

Permalink
Merge pull request #5 from scofieldpeng/dev
Browse files Browse the repository at this point in the history
add table.SetTableNode
  • Loading branch information
scofieldpeng authored Nov 25, 2018
2 parents fa960dc + 9d8b46a commit 6f82abb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions table.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ func (tf *TableFactory) SetMyself(self func() interface{}) {
tf.myself = self
}

func (tf *TableFactory) SetTableNode(node string) {
tf.tableNode = node
}

func (tf TableFactory) TableNode() string {
return tf.tableNode
}
Expand Down

0 comments on commit 6f82abb

Please sign in to comment.