mirror of
https://github.com/go-gost/x.git
synced 2024-08-11 17:50:24 +00:00
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]
|
|
}
|