aboutsummaryrefslogtreecommitdiff
path: root/goldap/write.go
blob: 970cb02b6bd4a174a8a39aecaf75a97786a96995 (plain) (blame)
1
2
3
4
5
6
package message

type Writable interface {
	write(bytes *Bytes) int
	writeTagged(bytes *Bytes, class int, tag int) int
}