10 lines
124 B
Go
10 lines
124 B
Go
package registry
|
|
|
|
import (
|
|
"github.com/go-gost/core/service"
|
|
)
|
|
|
|
type serviceRegistry struct {
|
|
registry[service.Service]
|
|
}
|