Documentation
¶
Overview ¶
Package remoteservice provides a service for communicating between instances remotely.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShowPrimaryInstance ¶
ShowPrimaryInstance sends a request to the primary instance to show it. This function should be called by a secondary instance.
Types ¶
type RemoteService ¶
type RemoteService struct {
// contains filtered or unexported fields
}
RemoteService is a RPC service allows to communicate between multiple instances of EVE Buddy.
func (RemoteService) ShowInstance ¶
func (sw RemoteService) ShowInstance(request string, reply *string) error
ShowInstance shows the instance that is running the service.
Click to show internal directories.
Click to hide internal directories.