...

Source file src/github.com/datawire/ambassador/v2/pkg/ambex/fastpath.go

Documentation: github.com/datawire/ambassador/v2/pkg/ambex

     1  package ambex
     2  
     3  import (
     4  	ecp_v2_cache "github.com/datawire/ambassador/v2/pkg/envoy-control-plane/cache/v2"
     5  )
     6  
     7  // FastpathSnapshot holds envoy configuration that bypasses python.
     8  type FastpathSnapshot struct {
     9  	Snapshot  *ecp_v2_cache.Snapshot
    10  	Endpoints *Endpoints
    11  }
    12  

View as plain text