Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AllowCapabilities tells the server what capabilities it should allow. AllowCapabilities uint16 = 0xFF04 // ExplicitObjectIDs tells the server not to inject object ids. ExplicitObjectIDs = 0xFF05 // AllowCapabilitieTransaction represents the transaction capability // in the AllowCapabilities header. AllowCapabilitieTransaction uint64 = 0b100 // Capabilities is returned in PrepareComplete and CommandDataDescription // messages. Capabilities uint16 = 0x1001 )
Variables ¶
This section is empty.
Functions ¶
func NewAllowCapabilitiesWithout ¶
NewAllowCapabilitiesWithout returns an AllowCapabilities header value with the bits set in mask masked off.
Types ¶
Click to show internal directories.
Click to hide internal directories.