MCPcopy Create free account
hub / github.com/cloudflare/cfssl / orderedListGroup

Struct orderedListGroup

api/client/group.go:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type orderedListGroup struct {
66 remotes []*server
67}
68
69func (g *orderedListGroup) Hosts() []string {
70 var hosts = make([]string, 0, len(g.remotes))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected