MCPcopy
hub / github.com/istio/istio / Close

Method Close

pkg/test/echo/server/instance.go:192–199  ·  view source on GitHub ↗

Close implements the application.Application interface

()

Source from the content-addressed store, hash-verified

190
191// Close implements the application.Application interface
192func (s *Instance) Close() (err error) {
193 for _, s := range s.endpoints {
194 if s != nil {
195 err = multierror.Append(err, s.Close())
196 }
197 }
198 return err
199}
200
201func (s *Instance) getListenerIPs(port *common.Port) ([]string, error) {
202 // Not configured on this port, set to empty which will lead to wildcard bind

Callers 1

StartMethod · 0.95

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected