feat: add snap image

This commit is contained in:
banshan
2024-12-09 09:08:20 +08:00
parent d9f29c16f9
commit 7e3db70daa
8 changed files with 807 additions and 7 deletions

13
plugin/snap/index.go Executable file
View File

@@ -0,0 +1,13 @@
package plugin_snap
import (
m7s "m7s.live/v5"
)
var _ = m7s.InstallPlugin[SnapPlugin]()
type SnapPlugin struct {
//pb.UnimplementedApiServer
m7s.Plugin
LogToFile string
}