Documentation ¶
Index ¶
Constants ¶
View Source
const ( UserTableName = "t_user" ProductTableName = "t_product" OrderTableName = "t_order" SecretKey = "secret key" IdentityKey = "id" ShopLoginName = "admin" ShopLoginPassword = "123" MySQLDefaultDSN = "gorm:gorm@tcp(localhost:3306)/gorm?charset=utf8&parseTime=True&loc=Local" EtcdAddress = "127.0.0.1:2379" ESAddress = "http://localhost:9200" RedisAddress = "127.0.0.1:6379" RedisConnPoolSize = 20 RedisKey_User = "user-" ProductESIndex = "product" UserRpcServiceName = "cwg.bookshop.user" OrderRpcServiceName = "cwg.bookshop.order" ItemRpcServiceName = "cwg.bookshop.item" UserServiceAddress = "127.0.0.1:8889" OrderServiceAddress = "127.0.0.1:8890" ItemServiceAddress = "127.0.0.1:8891" FacadeServiceAddress = "127.0.0.1:8080" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.