You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
796 B
19 lines
796 B
2 months ago
|
package constants
|
||
|
|
||
|
const (
|
||
|
ApiServerName = "DouTokAPIServer"
|
||
|
COMMENT_SERVER_NAME = "DouTokCommentServer"
|
||
|
COMMENT_DOMAIN_SERVER_NAME = "DouTokCommentDomainServer"
|
||
|
FAVORITE_SERVER_NAME = "DouTokFavoriteServer"
|
||
|
FAVORITE_DOMAIN_SERVER_NAME = "DouTokFavoriteDomainServer"
|
||
|
FEED_SERVER_NAME = "DouTokFeedServer"
|
||
|
MESSAGE_SERVER_NAME = "DouTokMessageServer"
|
||
|
MESSAGE_DOMAIN_SERVER_NAME = "DouTokMessageDomainServer"
|
||
|
PUBLISH_SERVER_NAME = "DouTokPublishServer"
|
||
|
RELATION_SERVER_NAME = "DouTokRelationServer"
|
||
|
RELATION_DOMAIN_SERVER_NAME = "DouTokRelationDomainServer"
|
||
|
UserServerName = "DouTokUserServer"
|
||
|
USER_DOMAIN_SERVER_NAME = "DouTokUserDomainServer"
|
||
|
VIDEO_DOMAIN_SERVER_NAME = "DouTokVideoDomainServer"
|
||
|
)
|