Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct {
	// Name is the key used to refer to this plugin in all JSON configs
	Name string
	// Protocol is the transport protocol -- unix, tcp, etc.
	Protocol string
	// Address is the how to connect - socket file, host:port, etc.
	Address string
}
    Endpoint is the address of the plugin service
 Click to show internal directories. 
   Click to hide internal directories.