Documentation ¶
Overview ¶
Package acknowledgementoptions
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Awaitssuccessfulexecution = AcknowledgementOptions{"awaits_successful_execution"} Ackable = AcknowledgementOptions{"ackable"} Acked = AcknowledgementOptions{"acked"} )
Functions ¶
This section is empty.
Types ¶
type AcknowledgementOptions ¶
type AcknowledgementOptions struct {
// contains filtered or unexported fields
}
func (AcknowledgementOptions) MarshalText ¶
func (a AcknowledgementOptions) MarshalText() (text []byte, err error)
func (AcknowledgementOptions) String ¶
func (a AcknowledgementOptions) String() string
func (*AcknowledgementOptions) UnmarshalText ¶
func (a *AcknowledgementOptions) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.