Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoRepository ¶
type MongoRepository struct {
// contains filtered or unexported fields
}
func NewMongoRepository ¶
func NewMongoRepository(db *mongo.Database) MongoRepository
type Repository ¶
type SentencesGenerator ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(repo Repository, sentences SentencesGenerator, sentencesCount int) Service
Click to show internal directories.
Click to hide internal directories.