Documentation ¶
Index ¶
- func InjectWebMsg(s *WebMsg)
- func LoadWebMsg() baseiface.ISingleton
- type WebMsg
- func (w *WebMsg) AddHeader(key string, value any) *WebMsg
- func (w *WebMsg) AddToken(t string)
- func (w *WebMsg) Body() []byte
- func (w *WebMsg) Headers() map[string]string
- func (w *WebMsg) IfDelete() bool
- func (w *WebMsg) IfGet() bool
- func (w *WebMsg) IfPost() bool
- func (w *WebMsg) IfPut() bool
- func (w *WebMsg) Method() string
- func (w *WebMsg) SetBody(body []byte) *WebMsg
- func (w *WebMsg) SetHeaders(headers map[string]string) *WebMsg
- func (w *WebMsg) SetMethod(method string) *WebMsg
- func (w *WebMsg) SetTimeout(timeout int)
- func (w *WebMsg) SetUrl(url string) *WebMsg
- func (w *WebMsg) SetWebTimeout(webTimeout int)
- func (w *WebMsg) Timeout() int
- func (w *WebMsg) ToWebMsgInfo() *WebMsgInfo
- func (w *WebMsg) Url() string
- func (w *WebMsg) WebTimeout() int
- type WebMsgInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectWebMsg ¶
func InjectWebMsg(s *WebMsg)
func LoadWebMsg ¶
func LoadWebMsg() baseiface.ISingleton
Types ¶
type WebMsg ¶
type WebMsg struct { basedto.BaseEntity // contains filtered or unexported fields }
https://blog.csdn.net/weixin_48943299/article/details/127636791 go ast
func (*WebMsg) SetTimeout ¶
func (*WebMsg) SetWebTimeout ¶
func (*WebMsg) ToWebMsgInfo ¶
func (w *WebMsg) ToWebMsgInfo() *WebMsgInfo
func (*WebMsg) WebTimeout ¶
type WebMsgInfo ¶
type WebMsgInfo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.