Documentation
¶
Index ¶
Constants ¶
View Source
const ( ApiName = "fullbottle.api.v1" UserSrvName = "fullbottle.srv.user." BottleSrvName = "fullbottle.srv.bottle" UploadSrvName = "fullbottle.srv.upload" WeedName = "fullbottle.weed" DBName = "fullbottle.mysql" RedisName = "fullbottle.redis" )
View Source
const ( MaxMsgSendSize = 64 << 20 // client MaxMsgRecvSize = 64 << 20 // client MaxMsgSize = 64 << 20 // server )
View Source
const AppIss = "github.com/vegchic/fullbottle"
View Source
const AvatarMaxSize = 1 << 20 // 1mb
View Source
const DefaultCapacity = 1 << 30 // 1GB
View Source
const DefaultChunkSize = 1 << 20
View Source
const JwtTokenExpire = int64(60 * 60 * 24)
View Source
const PreviewSizeLimit = 5 << 20 // 5mb
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.