package api type Route struct { Path string Handler http.HandlerFunc Methods []string }