mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-26 13:40:47 +08:00
9 lines
150 B
Go
9 lines
150 B
Go
package server
|
|
|
|
import (
|
|
"github.com/google/wire"
|
|
)
|
|
|
|
// ProviderSet is server providers.
|
|
var ProviderSet = wire.NewSet(NewGRPCServer, NewHTTPServer)
|