Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseNotify ¶
type BaseNotify struct {
// contains filtered or unexported fields
}
func NewBaseNotify ¶
func NewBaseNotify() *BaseNotify
func (*BaseNotify) GetBodyContent ¶
func (b *BaseNotify) GetBodyContent() []byte
func (*BaseNotify) GetBodyContentString ¶
func (b *BaseNotify) GetBodyContentString() string
func (*BaseNotify) GetHttpRequest ¶
func (b *BaseNotify) GetHttpRequest() *http.Request
func (*BaseNotify) ParseFromHttpRequest ¶
func (b *BaseNotify) ParseFromHttpRequest(r *http.Request) (err error)
Click to show internal directories.
Click to hide internal directories.