mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-05 20:16:53 +08:00
14 lines
179 B
Go
Executable File
14 lines
179 B
Go
Executable File
package plugin_snap
|
|
|
|
import (
|
|
m7s "m7s.live/v5"
|
|
)
|
|
|
|
var _ = m7s.InstallPlugin[SnapPlugin]()
|
|
|
|
type SnapPlugin struct {
|
|
//pb.UnimplementedApiServer
|
|
m7s.Plugin
|
|
LogToFile string
|
|
}
|