Create & Init Project...
This commit is contained in:
7
app/service/main/passport-game/model/cloud.go
Normal file
7
app/service/main/passport-game/model/cloud.go
Normal file
@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
// RegionInfo region item.
|
||||
type RegionInfo struct {
|
||||
Region string `json:"region"`
|
||||
TokenSuffix string `json:"token_suffix"`
|
||||
}
|
Reference in New Issue
Block a user