Documentation ¶
Index ¶
Constants ¶
View Source
const (
// GRPCInstancePrefix defines the grpc server instance prefix used by all bifrost service.
GRPCInstancePrefix = "com.github.ClessLi.api"
)
Variables ¶
This section is empty.
Functions ¶
func NewBifrostServiceRegister ¶
func NewBifrostServiceRegister(factory Factory) service_register.ServiceRegisterGenerator
Types ¶
type Factory ¶
type Factory interface { WebServerConfig() pbv1.WebServerConfigServer WebServerStatistics() pbv1.WebServerStatisticsServer WebServerStatus() pbv1.WebServerStatusServer WebServerLogWatcher() pbv1.WebServerLogWatcherServer }
Click to show internal directories.
Click to hide internal directories.