Documentation ¶
Index ¶
- Variables
- func AnnomyStruct()
- func Older(p1, p2 people) (bool, int)
- func Reflection()
- func TestInterface()
- func TestStruct()
- type Circle
- type CommonConfigSyncVo
- type GoodStudent
- type GooglePlayListOrderReq
- type GooglePlayListPlanReq
- type GooglePlayPayOrderReq
- type Human
- type Man
- type Rectangle
- type Student
- type Tenant
Constants ¶
This section is empty.
Variables ¶
View Source
var XTenantAuthorization = "X-Tenant-Authorization"
Functions ¶
func AnnomyStruct ¶
func AnnomyStruct()
func Reflection ¶
func Reflection()
func TestInterface ¶
func TestInterface()
func TestStruct ¶
func TestStruct()
Types ¶
type CommonConfigSyncVo ¶
type GoodStudent ¶
type GoodStudent struct { Student // contains filtered or unexported fields }
type GooglePlayListOrderReq ¶
type GooglePlayListPlanReq ¶
type GooglePlayPayOrderReq ¶
type GooglePlayPayOrderReq struct { Uid int64 `json:"uid"` Account string `json:"account"` Language string `json:"language"` Client string `json:"client"` ClientIp string `json:"clientIp"` PlanId int64 `json:"planId"` Currency string `json:"currency"` AutoRenew int8 `json:"autoRenew"` ProductId string `json:"productId"` }
Click to show internal directories.
Click to hide internal directories.