Versions in this module Expand all Collapse all v3 v3.6.3 Oct 20, 2023 Changes in this version + var Servers = make(ServersData) + func CLIFiles(genpkg string, root *expr.RootExpr) []*codegen.File + func ServerFiles(genpkg string, root *expr.RootExpr) []*codegen.File + type Data struct + Description string + Dir string + Hosts []*HostData + Name string + Schemes []string + Services []string + Transports []*TransportData + Variables []*VariableData + func (s *Data) AvailableHosts() []string + func (s *Data) DefaultHost() *HostData + func (s *Data) DefaultTransport() *TransportData + func (s *Data) HasTransport(transport Transport) bool + type HostData struct + Description string + Name string + Schemes []string + URIs []*URIData + Variables []*VariableData + func (h *HostData) DefaultURL(transport Transport) string + type ServersData map[string]*Data + func (d ServersData) Get(svr *expr.ServerExpr) *Data + type Transport string + const TransportGRPC + const TransportHTTP + type TransportData struct + Name string + Services []string + Type Transport + type URIData struct + Port string + Scheme string + Transport *TransportData + URL string + type VariableData struct + DefaultValue string + Description string + Name string + Values []string + VarName string Other modules containing this package github.com/mtal3t/goa