Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XServiceArgs ¶
type XServiceArgs struct { Schema string `json:"schema"` Host string `json:"host"` AuthType string `json:"authType"` AuthContent string `json:"authContent"` KeyID string `json:"keyID"` KeySecret string `json:"keySecret"` }
XServiceArgs is the structure defination of X-Poly-Service-Args in header
func Unmarshal ¶
func Unmarshal(s string) (*XServiceArgs, error)
Unmarshal serialize X-Poly-Service-Args
Click to show internal directories.
Click to hide internal directories.