Documentation ¶
Index ¶
Constants ¶
View Source
const ( AuditKeyCreate = "comment.create" DefaultCommentsOrderBy = "created_at" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(deps ServiceDeps) *Service
type ServiceDeps ¶
type ServiceDeps struct { Repository repository Logger log.Logger AuditLogger audit.AuditLogger }
Click to show internal directories.
Click to hide internal directories.