Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebSocketV2AuthenticationRequest ¶
type WebSocketV2AuthenticationRequest struct { Op string `json:"op"` AuthType string `json:"type"` AccessKey string `json:"AccessKeyId"` SignatureMethod string `json:"SignatureMethod"` SignatureVersion string `json:"SignatureVersion"` Timestamp string `json:"Timestamp"` Signature string `json:"Signature"` }
func (*WebSocketV2AuthenticationRequest) Init ¶
func (p *WebSocketV2AuthenticationRequest) Init() *WebSocketV2AuthenticationRequest
Click to show internal directories.
Click to hide internal directories.