Versions in this module Expand all Collapse all v0 v0.1.0 May 30, 2023 Changes in this version + type Proxy struct + func NewProxy(uc *usecase.Proxy) *Proxy + func (p *Proxy) Activate(c echo.Context) error + func (p *Proxy) Delete(c echo.Context) error + func (p *Proxy) Register(c echo.Context) error + type Route struct + func NewRoute(uc *usecase.Route) *Route + func (r *Route) Delete(c echo.Context) error + func (r *Route) Put(c echo.Context) error