OSDN Git Service

add porter
[bytom/vapor.git] / federation / synchron / porter.go
1 package synchron
2
3 type Porter struct{}
4
5 func NewPorter() *Porter {
6         return &Porter{}
7 }
8
9 func (p *Porter) Run() {}