bottin/goldap/write.go

7 lines
121 B
Go
Raw Permalink Normal View History

2021-09-16 11:41:01 +00:00
package message
type Writable interface {
write(bytes *Bytes) int
writeTagged(bytes *Bytes, class int, tag int) int
}