Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface { plugin.SharingPlugin // GetServer returns the listener server. GetServer() interface{} }
Server is a plugin interface, that defines new servers, such as gRPC server and http server.
Click to show internal directories.
Click to hide internal directories.