From ca677bf7ce44c5d16ac05a1c29d153500fd32ce3 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Fri, 13 Jan 2023 12:51:14 +0800 Subject: [PATCH] add internal/timeline internal/xds module as stub help internal system for tweets message flow --- internal/timeline/README.md | 2 ++ internal/timeline/timeline.go | 5 +++++ internal/xds/README.md | 2 ++ internal/xds/xds.go | 5 +++++ 4 files changed, 14 insertions(+) create mode 100644 internal/timeline/README.md create mode 100644 internal/timeline/timeline.go create mode 100644 internal/xds/README.md create mode 100644 internal/xds/xds.go diff --git a/internal/timeline/README.md b/internal/timeline/README.md new file mode 100644 index 00000000..fd1f55fe --- /dev/null +++ b/internal/timeline/README.md @@ -0,0 +1,2 @@ +### Timeline(Timeline Message Flow System +广场时间线消息流系统模块, 目前还没实现,先占个位置~ diff --git a/internal/timeline/timeline.go b/internal/timeline/timeline.go new file mode 100644 index 00000000..13663547 --- /dev/null +++ b/internal/timeline/timeline.go @@ -0,0 +1,5 @@ +// Copyright 2023 ROC. All rights reserved. +// Use of this source code is governed by a MIT style +// license that can be found in the LICENSE file. + +package timeline diff --git a/internal/xds/README.md b/internal/xds/README.md new file mode 100644 index 00000000..8ea9592e --- /dev/null +++ b/internal/xds/README.md @@ -0,0 +1,2 @@ +### xDS(Recommended Discovery System) +推荐发现系统模块,目前还没实现,先占个位置~ diff --git a/internal/xds/xds.go b/internal/xds/xds.go new file mode 100644 index 00000000..3f0f20b5 --- /dev/null +++ b/internal/xds/xds.go @@ -0,0 +1,5 @@ +// Copyright 2023 ROC. All rights reserved. +// Use of this source code is governed by a MIT style +// license that can be found in the LICENSE file. + +package xds