Versions in this module Expand all Collapse all v1 v1.18.1 Apr 6, 2022 Changes in this version + func Encode(e *Endpoint) map[string]string + func Validate(e *Endpoint) error + func WithEndpoint(e *Endpoint) server.HandlerOption + type Endpoint struct + Description string + Handler string + Host []string + Method []string + Name string + Path []string + func Decode(e map[string]string) *Endpoint + type Service struct + Endpoint *Endpoint + Name string + Services []*registry.Service