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