Versions in this module Expand all Collapse all v0 v0.1.0 May 30, 2023 Changes in this version + type Proxy struct + func NewProxy(repo repository.Repository, client proxyclient.Client) *Proxy + func (p *Proxy) Activate(ctx context.Context, proxyID string) error + func (p *Proxy) Delete(ctx context.Context, proxyID string) error + func (p *Proxy) Register(ctx context.Context, proxy entity.Proxy) error + type Route struct + func NewRoute(repo repository.Repository, client proxyclient.Client) *Route + func (r *Route) Delete(ctx context.Context, routes []entity.Route) error + func (r *Route) Register(ctx context.Context, routes []entity.Route) error