Versions in this module Expand all Collapse all v1 v1.60.3 Feb 8, 2024 v1.60.2 Feb 8, 2024 Changes in this version + type Endpoint struct + HTTPMethod string + Hostname string + PathRegex string + PathTemplate string + ResourceName string + ServiceName string + type Tree struct + func New(es ...*Endpoint) (*Tree, error) + func (t *Tree) Get(hostname string, httpMethod string, httpPath string) (*Endpoint, bool)