Documentation ¶
Index ¶
Constants ¶
View Source
const ( StreamAPIExtensionPluginID = "opni.apiextensions.StreamAPIExtension" ServiceID = "apiextensions.StreamAPIExtension" )
Variables ¶
This section is empty.
Functions ¶
func NewPlugin ¶
func NewPlugin(p StreamAPIExtension) plugin.Plugin
Types ¶
type Server ¶
type Server struct { Desc *grpc.ServiceDesc Impl interface{} }
type StreamAPIExtension ¶
type StreamAPIExtension interface {
StreamServers() []Server
}
Click to show internal directories.
Click to hide internal directories.