x/registry/service.go
2022-11-03 21:30:01 +08:00

10 lines
124 B
Go

package registry
import (
"github.com/go-gost/core/service"
)
type serviceRegistry struct {
registry[service.Service]
}