Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct {
//endpoint unique id
Id string
//endpoint name
Name string
//enpoint version
Version string
// schema.name.version.id
// eg. goroc.api.hello.v.1.1.1.2d1bd2f9-6951-4235-83bd-d6f38b358552
Absolute string
//service server ip address
Address string
// name.version
// eg. api.hello.v.1.1.1
Scope string
}
Click to show internal directories.
Click to hide internal directories.