OSDN Git Service

add porter
authorHAOYUatHZ <haoyu@protonmail.com>
Tue, 2 Jul 2019 11:59:27 +0000 (19:59 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Tue, 2 Jul 2019 11:59:27 +0000 (19:59 +0800)
federation/synchron/porter.go [new file with mode: 0644]

diff --git a/federation/synchron/porter.go b/federation/synchron/porter.go
new file mode 100644 (file)
index 0000000..3418725
--- /dev/null
@@ -0,0 +1,9 @@
+package synchron
+
+type Porter struct{}
+
+func NewPorter() *Porter {
+       return &Porter{}
+}
+
+func (p *Porter) Run() {}