Files
gortmp/command.go

9 lines
133 B
Go

package rtmp
type Command struct {
Name string
TransactionId float64
Version uint8
Objects []interface{}
}