Files
p2p/internal/controller/p2p/p2p_new.go
2025-10-14 17:18:21 +08:00

16 lines
396 B
Go

// =================================================================================
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package p2p
import (
"github.com/ayflying/p2p/api/p2p"
)
type ControllerV1 struct{}
func NewV1() p2p.IP2PV1 {
return &ControllerV1{}
}