Versions in this module Expand all Collapse all v0 v0.1.0 May 30, 2023 Changes in this version + var ErrInvalid = errors.New("invalid") + type Proxy struct + Activate bool + Endpoint string + ProxyID string + func (p Proxy) MarshalZerologObject(e *zerolog.Event) + func (p Proxy) Validate() error + type Route struct + Destination string + EnvID string + ProxyID string + func (r Route) MarshalZerologObject(e *zerolog.Event) + func (r Route) Validate() error