Files
monibuca/plugin/snap/index.go
2024-12-09 09:08:35 +08:00

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
}