Documentation ¶
Index ¶
Constants ¶
View Source
const ( SchemeUNIX = "unix" SchemeTCP = "tcp" )
Schemes supported by COSI.
Variables ¶
View Source
var ErrEmptyAddress = errors.New("address is empty")
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct {
// contains filtered or unexported fields
}
Endpoint represents COSI Endpoint.
func New ¶
New creates a new COSI Endpoint with the specified URL. The URL defines the communication protocol and address for the endpoint.
Click to show internal directories.
Click to hide internal directories.