Versions in this module Expand all Collapse all v0 v0.2.0 Apr 22, 2026 Changes in this version + type Authenticator interface + Authenticate func(ctx context.Context, authHeader string) (*oidc.Principal, error) + type Controller interface + Create func(ctx context.Context, opts copypkg.CreateOptions) (*store.Copy, error) + Destroy func(ctx context.Context, id string) error type Server + func (s *Server) Handler() http.Handler v0.1.0 Apr 4, 2026 Changes in this version + type Server struct + func New(addr string, client copypkg.CopyClient, token string, ...) *Server + func (s *Server) Start(ctx context.Context) error + type StatusResponse struct + ActiveCopies int + PortPoolFree int + Version string + WarmCopies int