Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrCodeUpdateInvalidResponseType = "UpdateInvalidResponseType" ErrCodeUpdateValidationFailed = "UpdateValidationFailed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateCallbacks ¶
type UpdateCallbacks struct {
// contains filtered or unexported fields
}
func NewUpdateCallbacks ¶
func NewUpdateCallbacks() *UpdateCallbacks
func (*UpdateCallbacks) Accept ¶
func (uc *UpdateCallbacks) Accept()
func (*UpdateCallbacks) Complete ¶
func (uc *UpdateCallbacks) Complete(result any, err error)
func (*UpdateCallbacks) Reject ¶
func (uc *UpdateCallbacks) Reject(err error)
Click to show internal directories.
Click to hide internal directories.