Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpCallbackChannel ¶
func NewHttpCallbackChannel ¶
func NewHttpCallbackChannel(callbackBaseURL string) *HttpCallbackChannel
func (*HttpCallbackChannel) Notify ¶
func (p *HttpCallbackChannel) Notify(c context.Context, notifier *notify.Notifier, basePath string, request *notify.Notification) (string, error)
func (*HttpCallbackChannel) OnResponse ¶
func (p *HttpCallbackChannel) OnResponse(reqID uint64, payload string) error
type PendingRequest ¶
type PendingRequest struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.