6 lines
58 B
Go
6 lines
58 B
Go
package models
|
|
|
|
type StreamOptions struct {
|
|
Sim string
|
|
}
|
package models
|
|
|
|
type StreamOptions struct {
|
|
Sim string
|
|
}
|