Versions in this module Expand all Collapse all v0 v0.2.1 Jul 1, 2026 v0.1.0 Jun 29, 2026 Changes in this version + type SitesController struct + func NewSitesController(storage ports.Sites) *SitesController + func (c *SitesController) CreateSite(ctx context.Context, name string) error + func (c *SitesController) DeleteObject(_ context.Context, _, _ string) error + func (c *SitesController) GetSite(ctx context.Context, name string) (bool, error) + func (c *SitesController) PutObject(ctx context.Context, site, name string, content []byte) error