Documentation ¶ Index ¶ func Execute(w io.Writer, file string, data Payload) error type Payload func (p Payload) Paths() map[string]string func (p Payload) Services() map[string][]string type Route Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute(w io.Writer, file string, data Payload) error Types ¶ type Payload ¶ type Payload []Route func (Payload) Paths ¶ func (p Payload) Paths() map[string]string func (Payload) Services ¶ func (p Payload) Services() map[string][]string type Route ¶ type Route struct { Path string Service string } Source Files ¶ View all Source files template.go Click to show internal directories. Click to hide internal directories.