Versions in this module Expand all Collapse all v1 v1.0.1 Jan 22, 2024 v1.0.0 Jan 22, 2024 Changes in this version + func Execute(w io.Writer, file string, data Payload) error + type Payload []Route + func (p Payload) Paths() map[string]string + func (p Payload) Services() map[string][]string + type Route struct + Path string + Service string