1 2 3 4 5 6 7
package message func NewLDAPMessageWithProtocolOp(po ProtocolOp) *LDAPMessage { m := NewLDAPMessage() m.protocolOp = po return m }