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
//endpoint version
Version string
// schema/name/version/id
Absolute string
//service server ip address
Address string
// name.version
// eg. api.hello/v.1.0.0
Scope string
}
func NewEndpoint ¶ added in v1.0.6
NewEndpoint new a endpoint with schema,id,name,version,address
Click to show internal directories.
Click to hide internal directories.