@@ -0,0 +1,8 @@
+// follow
+package rpc
+
+type FollowData struct {
+ OpenId string `json:"openid"`
+ Server string `json:"server"`
+ Projectname string `json:"projectname"`
+}