comment

package
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package comment provides comment storage via ent.

Plane: shared

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

Service wraps the ent client for comment persistence.

func NewService

func NewService(client *ent.Client) *Service

NewService creates a new comment Service.

func (*Service) Add

func (s *Service) Add(ctx context.Context, target, author, body, team string) (*ent.Comment, error)

Add creates a comment with an auto-incremented round number.

func (*Service) CurrentRound

func (s *Service) CurrentRound(ctx context.Context, target, team string) (int, error)

CurrentRound returns the latest round number for target+team (0 if none).

func (*Service) GetByRound

func (s *Service) GetByRound(ctx context.Context, target, team string, round int) ([]*ent.Comment, error)

GetByRound returns comments for target+team filtered to a specific round.

func (*Service) List

func (s *Service) List(ctx context.Context, target, team string) ([]*ent.Comment, error)

List returns comments for target+team ordered by created_at ASC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL