package controller type UserController struct { baseController } const ( Decimals = 100000000000 ParticipateValue = 1030 ModBase = 100 CommunityLimit = 1000 CommonUser = 0 OfficialUser = 1 CommunityUsers = 2 )