package
0.0.0-20230615183536-54c9335251c8
Repository: https://github.com/dimashey/comments-api.git
Documentation: pkg.go.dev

# Functions

NewService - returns a pointer to a new service.

# Variables

No description provided by the author
No description provided by the author

# Structs

Comment - a representation of the comment structure for our service.
Service - is the struct on which all our logic will be built on top off.

# Interfaces

Store - this interface defines all of the methods that our service needs in order to operate.