MCPcopy Create free account
hub / github.com/goadesign/goa / ServerExpr

Struct ServerExpr

expr/server.go:21–32  ·  view source on GitHub ↗

ServerExpr contains a single API host information.

Source from the content-addressed store, hash-verified

19type (
20 // ServerExpr contains a single API host information.
21 ServerExpr struct {
22 // Name of server
23 Name string
24 // Description of server
25 Description string
26 // Services list the services hosted by the server.
27 Services []string
28 // Hosts list the server hosts.
29 Hosts []*HostExpr
30 // Meta is a set of key/value pairs.
31 Meta MetaExpr
32 }
33
34 // HostExpr describes a server host.
35 HostExpr struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected