mirror of
https://github.com/Monibuca/plugin-ps.git
synced 2025-10-05 07:36:57 +08:00
7 lines
72 B
Go
7 lines
72 B
Go
package ps
|
|
|
|
type MediaPort struct {
|
|
Protocol string
|
|
Port uint16
|
|
}
|