OSDN Git Service

add server run
authorHAOYUatHZ <haoyu@protonmail.com>
Fri, 2 Aug 2019 03:16:20 +0000 (11:16 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Fri, 2 Aug 2019 03:16:20 +0000 (11:16 +0800)
toolbar/precog/api/server.go [new file with mode: 0644]

diff --git a/toolbar/precog/api/server.go b/toolbar/precog/api/server.go
new file mode 100644 (file)
index 0000000..a5d7eef
--- /dev/null
@@ -0,0 +1,11 @@
+package api
+
+type server struct {
+}
+
+func NewApiServer() {
+       return &server{}
+}
+
+func (s *server) Run() {
+}