Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info map[string]ProviderInterface
type InterfacesDTO ¶
type InterfacesDTO struct { Providers []ProviderInterface `json:"providers"` Protocol string `json:"protocol"` }
type ProviderInterface ¶
type SimpleRpcInfoExporter ¶
type SimpleRpcInfoExporter struct { }
func NewRpcInfoExporter ¶
func NewRpcInfoExporter() *SimpleRpcInfoExporter
func (*SimpleRpcInfoExporter) GetRpcServiceInfo ¶
func (r *SimpleRpcInfoExporter) GetRpcServiceInfo(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.