Created go AVal struct

This commit is contained in:
saxon 2018-07-19 00:46:52 +09:30
parent 91edd77b52
commit 3b33d1f050
1 changed files with 5 additions and 0 deletions

View File

@ -180,6 +180,11 @@ type RTMP_METHOD struct {
num int
}
type AVal struct {
av_val *byte
av_len int
}
var _ Session = (*session)(nil)
// NewSession returns a new session.